/* 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;
  }
  .login-spacer{
      height: 10px;
  }
  
  .login-dark {
    height: 1000px;
    background-image: url('../img/bg_login.jpg');
    background-size: cover;
    position: relative;
    font-size: 16px;
  }
  
  .login-input {
      border: none;
      border-bottom: 1px solid #434a52;
      outline: none; 
      background: none;
      color: rgb(35,75,127);
      font-weight: 500;
      font-size: 14px;
  }
  
  .login-dark form {
    max-width: 320px;
    width: 90%;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 30%;
    left: 50%;
    color: #214a80;
    box-shadow: 0px 0px 20px 8px #111111;
    opacity: 1;
  }
  
  .login-dark .illustration {
    text-align: center;
    padding: 15px 0 20px;
    font-size: 100px;
    color: #2980ef;
  }
  
  .login-dark form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #434a52;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: rgb(35,75,127);
    font-weight: 500;
  font-size: 14px;
  }
  
  .login-dark form .btn-primary {
    background: #c42d28;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: none;
  }
  
  .login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
    background: #ca150f;
    outline: none;
    box-shadow: 0px 0px 8px 2px #AAAAAA;
  }
  
  .login-dark form .forgot {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #214A80;
    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: crimson;
  }
  
  .login-dark form .btn-primary:active {
    transform: translateY(1px);
  }
  .form-group {
    margin-bottom: 15px;
  }  