.top{
    margin-top: 100px;
    margin-bottom: 100px;
}

.login-container {
    margin-top: 50px;
  }
  .login-header {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #003152;
  }
  .login-headers {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #003152;
    margin-left: 70px;
  }
  p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .login-options {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
  }
 .login-options .button {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background-color: #A82910;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .login-options .button:hover{
    background-color: #A82910;
    border: 2px solid #A82910;
    color: white;
  }
  .login-options .button:hover i{
   color: white;
  }
 .login-options .button1 {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background-color:white;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #63757d;
    border: 2px solid #63757d;
  }
  .login-options .button1 i{
    color: #63757d;
  }
  .login-options .button1:hover{
    background-color: #A82910;
    border: 2px solid #A82910;
    color: white;
  }
  .login-options .button1:hover i{
    color: white;
  }
  .login-options .button1:active i{
    color: white;
  }
  
  .login-options i{
    color: white;
    font-size: 30px;
  }

 
  .form-label{
    font-size: 1.2rem;
  }
  .form-section {
    border-left: 1px solid #ccc;
    padding-left: 40px;
  }
  .btn-custom {
    background-color: #A82910;
    font-size: 23px;
    color: #fff;
  }
  .btn-custom:hover {
    background-color:#8f1e07;
    color: #fff;
  }
  .form-control-icon {
    position: relative;
  }
  .form-control-icon input {
    padding-left: 35px;
  }
  .form-control-icon .icon {
    position: absolute;
    left: 450px;
    top: 67%;
    transform: translateY(-50%);
    color: #aaa;
  }
  .text-success{
    font-size: 20px;
  }
  .form-group {
    background: #fff;
    border-radius: 5px;
    margin: 20px 40px;
    padding: 10px 40px;
  }
.bt1{
    align-items: center;
    display: flex;
    justify-content: center;
}
  .theme-btn-one{
    width: 75%;
    background-color: #A82910;
    font-size: 23px;
    color: #fff;
    border: 1px solid #A82910;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
  }
  .theme-btn-two{
    border-radius: 30px;
    width: 100%;
    background-color: #A82910;
    font-size: 23px;
    color: #fff;
    border: 1px solid #A82910;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .first{
    padding-top: 100px;
  }
  .second{
    padding-top: 100px;
  }
  .btn-secondary button{
    background-color: #A82910;
  }
 
  .btn-check:checked+.btn{
    background-color: #A82910;
    color: white;
    border: 1px solid #A82910;
  }
  .btn-check:checked+.btn i{
  
    color: white;
  }
  .btn:not(.active) {
    background-color:white;
    color: #63757d;
    border: 2px solid #63757d;
}

.btn:not(.active) i{
    color: #63757d;
}
.btn.active {
    background-color: #A82910;
    color: white;
    border: 1px solid #A82910;
}






.otp{
    border-radius: 30px;
    width: 50%;
    background-color: #A82910;
    font-size: 23px;
    color: #fff;
    border: 1px solid #A82910;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .otphead{
    font-size: 1.5rem;
    font-weight: 600;
    color: #003152;
  }
  .ootp{
    font-size: 1.2rem;
    font-weight: 500;
    color: #003152;
  }
  .otp-verification .section-heading i {
    font-size: 90px;
  color: #A82910;
}
.card{
    padding: 30px;
}

.section-heading{
    text-align: center;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
    

    h2{
        font-size: 1.5rem;
        font-weight: 600;
        color: #003152;
    }
    p{
        width: 100%;
        text-align: center;
        
    }
}
.form{
   
    .form-label{
        text-align: start;
        font-size: 1rem;
    font-weight: 500;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 10px;
    }
    input{
        width: 90%;
       margin-left: 5%;
       margin-bottom: 30px;
    }
}
.theme-btn-3{
    border-radius: 30px;
    background-color: #A82910;
    font-size: 23px;
    color: #fff;
    border: 1px solid #A82910;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  margin-left: 60px;
    margin-bottom: 40px;
    margin-top: 20px;
   
}
.shadow {
    margin-top: 40px;
    margin-bottom: 40px;
}
.user-login{
    padding-top: 30px;
    padding-bottom: 30px;
}
.custom-btn-small{
    border-radius: 30px;
    background-color: #A82910;
    font-size: 23px;
    color: #fff;
    border: 1px solid #A82910;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  margin-left: 120px;
    margin-bottom: 40px;
    margin-top: 20px;
   
}

.comp{
  margin-top: 30px;
}

.section-headings{
  text-align: center;
  /* margin-top: 50px; */
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;

  h1{
    margin-bottom: 20px;
  }
}