html {
  position: relative;
  height:auto;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
  /* background-color:#24282b; */
  background-color:#0088bb;
  height:auto;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: rgba(0,0,0,0.5);
}
footer span{
  /* Vertically center the text there */
  line-height: 50px;
}
.container-signin {
  background-color: rgba(0,0,0,0.5);
  max-width: 500px;
  margin: 4.5vw auto;
  padding: 30px 30px 8px 30px;
}
.form-signin {
  max-width: 450px;
  padding: 0;
  margin: 30px auto;
}
.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;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  line-height: 2.5 !important;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color:#ffffff;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color:#ffffff;
}
.form-signin input::placeholder{
  color:#cccccc;
}
.display-4 small{
	font-size:60%;
}