.login-screen{
    background-image: url('../img/login-bg-img.jpg');
    background-repeat: no-repeat;
    
}
.content-section h1{
    font-size: 18px;
     font-family: 'leagueSpartan-SemiBold';
     text-transform: uppercase;
     letter-spacing: 0.81px;
     color: #fff;
}

.content-section{
    font-size: 18px;
        font-family: 'leagueSpartan-Light';
        color: #fff;
     padding-top: 21%;
    margin-right: 5%;


}
.form-box{
    background-color: #fff;
    border-radius: 7px;
        max-width: 432px;
}
.resendtext span{
    color: #000000;
           font-family: 'leagueSpartan-Light';
           font-size: 12px;
}
.form-box input.form-control{
    border-radius: 10px;
    border: 0.5px solid #000;
    color: #000;
      font-family: 'leagueSpartan-Regular';
}
.form-box input:focus{
    box-shadow: none;
   
}
.form-box input::placeholder{
    color: #000;
}
.form-box h2{
    color: #000;
       font-family: 'leagueSpartan-Regular';
}
.submit-btn{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 18px;
       font-family: 'leagueSpartan-Regular';
       padding: 3px 12px 2px;
}
.submit-btn.disabled{
    opacity: 0.6;
}
.form-box .form-floating > label{
   color: #000;
}


.otp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
   
  }
  
  .otp-inputs {
    display: flex;
    gap: 10px;
  }
  
  .otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ddd;
    border-radius: 5px;
  }
  .otpbox h1{
    color: #000;
   font-size: 18px;
}
.otpbox h3{
    font-size: 17px;
    color: #000;
}
  .otp-input:focus {
    border-color: #007BFF;
    outline: none;
  }
  .otp-title{
    font-family: 'Figtree-Bold';
    font-size: 32px;
  }
  
  .otpbox .resend-btn{
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 2px;
    text-decoration: underline;
    cursor: pointer;
  }
  .otpbox .resend-btn:hover{
      font-weight: 400;
  }
  .resend-text{
    font-size: 15px;
    font-weight: 100;
        color: #000;
  }

  .error{
    font-size: 12px;
    color: red;
      font-family: 'leagueSpartan-Regular';
  }
  .account-dropdown{
    display: none;
  }
  .login-text{
    display: none;
  }

@media (min-width:1200px){
    .login-screen{
background-size:100% 100%;
        min-height: 852px;
    }
}

@media (max-width:768px){
    .content-section{
        padding-top: 140px;
            margin-right: 0px;
                padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 50px;


    }
    .form-box{
        max-width: auto;
    }
    .login-screen{
      background-size: cover;
    }
}

.form-box input.form-control.emailotp-input::placeholder { 
  font-size: 14px;
}

.form-box input.form-control.emailotp-input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  font-size: 14px;
}

.form-box input.form-control.emailotp-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
}

.form-box input.form-control.emailotp-input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 14px;
}

@media (min-width:768px) and (max-width:1200px){
  .content-section{
    padding-top: 15%;
        padding-right: 5%;
        padding-bottom: 100px;
  }
  .login-screen{
    background-size: cover;
  }
}

.register-textcz{
    max-width: 432px;

}