/* CSS Document */
body {
  overflow: hidden !important; /* Hide scrollbars */
}

.btn-text {
    font-size: 16px !important;
    letter-spacing: 1px;
}

.login-desc {
    height: 50px;
    text-align: center;
    padding-top: 9px;
    color: #777777;
}
.login-spacer{
    height: 10px;
}

.login-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.login-dark {
  height: 1000px;
  background-image: url('../img/login.jpg');
  background-size: cover;
  position: relative;
  font-size: 16px;
}

.login-input {
    border: none;
    border-bottom: 1px solid #015C7E;
    outline: none; 
    background: none;
    color: #EE2D24;
    font-weight: 500;
    font-size: 14px;
}

.login-dark form {
  max-width: 320px;
  width: 90%;
  background-color: #121A27;
  padding: 20px;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 30%;
  left: 50%; 
  color: #F99324;
  box-shadow: 0px 0px 0px 5px #333333;
  opacity: 1;
}

.login-dark .illustration {
  text-align: center;
  padding: 15px 0 20px;
  font-size: 100px;
  color: #EE2D24;
}

.login-dark form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #F99324; 
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.login-dark form .btn-primary {
  background: #F99324;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
  color: #FFFFFF !important;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background: #A90329;
  outline: none;
  box-shadow: 0px 0px 8px 2px #AAAAAA;
}

.login-dark form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #777777;
  opacity: 0.9;
  text-decoration: none;
  font-weight: 500;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
  opacity: 1;
  text-decoration: none;
  color: #015C7E;
}

.login-dark form .btn-primary:active {
  transform: translateY(1px);
}

.error {
    font-size: 12px;
    color: #C3FFFC;
}