html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #E6E6E6;
}

hr { margin-bottom: 0; }

.form-signin {
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.btn-inverse {
  background-color: #000000;
  border-color: #000000;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  background-color: #000000;
  border-color: #000000;
}
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
  background-color: #000000;
  border-color: #000000;
}

/*** Responsive Customizations ***/

/* Extra Small */
@media (max-width:767px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 90px;
	}
	#footer {
		/* Set the fixed height of the footer here */
		height: 90px;
		padding: 5px 0;
	}
	.navbar-header { margin-bottom: 5px; }
}

/* Small */
@media (min-width:768px) and (max-width:991px) {
	body {
		background: url("../../images/background.gif") no-repeat;
	}
	#footer {
		padding: 5px 0;
	}
}

/* Medium */
@media (min-width:992px) and (max-width:1199px) {
	body {
		background: url("../../images/background.gif") no-repeat;
	}
	#footer {
		padding: 5px 0;
	}
}

/* Large */
@media (min-width:1200px) {
	body {
		background: url("../../images/background.gif") no-repeat;
	}
}