body {
    background-color: #fff;
  }
  #auth {
    height: 100vh;
    overflow-x: hidden;
    background-color: #F2F7FF;
  }
  #auth #auth-right {
    /* height: 100%; */
    background: url(../../images/bg/4853433.jpg);
  }
  #auth #auth-left {
    padding: 3rem 8rem;
    border-radius: 0 80px 80px 0;
    background-color: #0e0e26;
    height: 100%;
  }
  #auth #auth-left .auth-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #fff;
    
  }
  #auth #auth-left .auth-subtitle {
    font-size: 1.7rem;
    line-height: 2.5rem;
    color: #a8aebb;
  }
  #auth #auth-left .auth-logo {
    margin-bottom: 7rem;
  }
  #auth #auth-left .auth-logo img {
    width: 200px;
  }
  @media screen and (max-width: 767px) {
    #auth #auth-left {
      padding: 5rem;
    }
  }
  #auth .form-group[class*="has-icon-"] .form-control.form-control-xl ~ .form-control-icon i:before {
    color: #000;
    
}
#auth #auth-left button{
    background-color: #0FA8CA;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
