html, body{
  height:100%;
  font-family: 'Open Sans', sans-serif;
  background: url('../images/bg.jpg') repeat-x;
  background-size: auto 100%;
  margin:0;padding:0;
}

.container{
  height: 100%;
  display:-ms-flexbox;
  display:-moz-flex;
  display:-webkit-flex;
  display:flex;
  -ms-flex-pack: justify;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

form{
    width: 420px;
    border-radius: 6px;
    box-shadow: 0 5px 10px #444;
}

ul{
  list-style: none;
  padding: 0;
}


.form-signin-heading{
    background-color: #37474F;
    color: #a9a9a9;
    margin: 0;
    border-radius: 6px 6px 0 0;
    border: 2px solid #37474F;
    margin: -1px;
    padding: 15px 20px 10px 15px;
    font-size: 23px;
    text-align: left;
}

.form-signin-heading img{
  width: 100px;
  margin-top: -7px;
  margin-right: 37px;
}

.login-wrap{
  padding: 15px 20px 20px 20px;
  background-color: transparent;
}

.alert.alert-danger{
  padding: 7px 10px;
}

.form-control{
  margin-bottom: 10px;
}

.btn-darkgrey{
  background-color:#263238;
  margin-top: 10px;
  color: white;
}

.btn.btn-darkgrey:hover, .btn.btn-darkgrey:focus{
  background-color:#37474F;
  color: white;
}

label{
  color:#ccc;
}
