
body {
  padding-top: 80px;
}

.container {
  min-height: 400px;
}

#footer-bottom {
  margin-top: 140px;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group-btn .btn {
  height: 34px;
}

.form-login .btn-block .glyphicon {
  top: 3px;
}

.form-login button.btn-block span {
  margin-left: 18px;
}

#footer {
  margin-top : 40px;
  width: 100%;
  /*position : absolute;*/
  bottom : 0;
  height : 140px;
}

.form-login h2 span {
  font-size: 0.75em;
  color: gray;
}

.form-reset-password {
  margin-bottom: 20px;
}

#password-reset-message {
  display: none;
}
