/*

Stylesheet for login modal pop-up on landing page

*/
.modal-login {
  width: 320px;
}

.modal-content {
  margin-top: 100px;
}

.modal-login .modal-content {
  border-radius: 1px;
  border: none;
}

.modal-login .modal-header {
  position: relative;
  justify-content: center;
  background: #f2f2f2;
}

.modal-login .modal-body {
  padding: 30px;
}

.modal-login .modal-footer {
  background: #f2f2f2;
}

.modal-login h4 {
  text-align: center;
  font-size: 26px;
}

.modal-login label {
  font-weight: normal;
  font-size: 13px;
}

.modal-login .form-control, .modal-login .btn {
  min-height: 38px;
  border-radius: 2px;
}

.modal-login .hint-text {
  text-align: center;
}

.modal-login .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-login .checkbox-inline {
  margin-top: 12px;
}

.modal-login input[type="checkbox"] {
  margin-top: 2px;
}

.modal-login .btn {
  width: 100%;
  background: #DB6262;
  color: #fff;
  border: none;
  line-height: normal;
}

.modal-login .btn:hover, .modal-login .btn:focus {
  background: #DB6262;
  opacity: 0.75;
}

.modal-login .hint-text a {
  color: #999;
}

.modal-login button {
  color: #fff;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
