html,
body {
height: 100%;
  color: white;
  text-align: center;
}
div.form-container {
  margin-top: 100px;
}
.form-signin {
  margin-top: 50px;
  max-width: 600px;
  padding: 19px 29px 29px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;

}
h2.form-signin-heading {
  color: black;
}
.header-container {
  background: #12243a;
}
.header-container h1 {
  margin: 0;
}
.wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -30px;
}
.push, .footer {
  height: 30px;
}
@media (max-width: 767px) {
.footer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
}
.footer {
    background: #12243a;
}
.footer a{
  text-decoration: none;
  color: white;
}