:root {
    --dark-green: #163020;
    --light-green: #527853;
    --golden: #f3d15f;
    --pastel-green: #e7ece7;
  
    --hover-green: #e8efe8;
  }


body{
    font-family: "Mulish", sans-serif !important;
    overflow-y: hidden;
    
}  

.signup-wrapper{
    width: 100%;
    height: 100vh;
    position: relative;
}

.signup-wrapper p {
    margin: 0;
}

.signup-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(360deg);
}

.signup-logo-wrapper{
   position: absolute;
   top: 50px;
   left: 50px;
   z-index: 12;
}

.signup-logo-wrapper p {
    margin-top: 30px;
    padding: 10px;
    border-radius: 0px 9.903px;
   background: rgba(0, 0, 0, 0.70);
  box-shadow: 0px 0px 7.922px 0px rgba(0, 0, 2, 0.10);
  color: #fff;
  width: 350px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height:  171.429%;
}



.logo-wrapper img{
   width: 250px;
}

.SVG_1{
    
    position: absolute;
    top: 10px;
    left: 10px;
}

.svg-2{
    display: none;
}

.svg-3{
    display: none;
}

.svg-4{
    display: none;
}




.form-section{
    padding-top: 100px;
    margin-bottom: 60px;
    position: absolute;
    right: 50px;
    top: 90px;
}

.button-box{
    width: 294px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    background-color: white;
    height: 50px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 10px;
    position: relative;
}

.toggle-btn{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
   position: relative;
   
    z-index: 2;
}

.logInBtn{
    color: white;
}

#btn{
    position: absolute;
    top: 0;
    left: -1px;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, #527853 0%, #163020 100%);
    border-radius: 30px;
    
    z-index: 1;
    /* border: 5px solid white; */
    transition: all 0.6s;
}

.signInBtn,.signUpBtn{
    background-color: var(--golden);
    margin: 20px auto;
    font-weight: 800;
}


.form-box{
    background-color: var(--dark-green);
    width: 400px;
    padding-bottom: 30px;
    border-radius: 18px;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.form-container{
    
    
    transition: all 0.6s;
    background-color: #fff;
    border-radius: 0px 18px;
    color: var(--dark-green);
    padding: 10px 20px;
}

.form-container-heading{
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
}

.form-container p {
    text-align: center;
}


/* .accountBtn-container{
    padding: 20px 0;
} */

.radio-btn{
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--pastel-green);
    cursor: pointer;
    
}

.radio-btn:checked {
    background-color: var(--golden); 
   
}

.accountBtn-container label {
    opacity: 0.8;
    font-size: 0.8rem;
}





.user-info input, select {
    width: 100% !important;
    background: transparent;
    border: 1px solid var(--light-green) !important;
    outline: none !important;
    border-radius: 10px !important;
    padding: 10px !important;
    color: var(--light-green) !important;
}

.user-info select{
    font-size: 0.9rem;
    opacity: 0.8;
     background-color: #fff !important;
    padding-top: 5px;
}

option{
    padding: 5px;
}

.user-info input::placeholder{
    font-size: 0.9rem;
}

.fgPassword a{
    font-size: 0.9rem;
    opacity: 0.8;
    text-decoration: none;
    color: var(--dark-green);
    transition: all 0.4s;
    font-weight: 800;
}

.fgPassword a:hover{
    color: var(--light-green);
    
}

.signUp-link{
    font-size: 0.9rem;
    opacity: 0.8;
    
    color: var(--light-green);
    transition: all 0.4s;
}

.signUp-link span{
    cursor: pointer;
    color: var(--dark-green);
    font-weight: 800;
    transition: all 0.4s;
}

.signUp-link span:hover{
    color: var(--light-green);
   
}

.password-icon{
    background: transparent;
    border: none;
    outline: none;
    top: 12px;
    right: 20px;
    position: absolute;
}



.signUp-form{
    display: none;
}
span{
    cursor: pointer;
}
#captchaCode{
    width: 209px;
  margin: auto;
  padding: 6px 5px;
  font-size: 21px;
  font-weight: 900;
  /*font-family: cursive;*/
  text-align: center;
  letter-spacing: 11px;
  color: purple;
  }
  
.error-message {
  margin-bottom: -17px;
  display: none;
}

.error-text {
  color: #cc0033;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(250, 250, 250, .3);
}
.otp{
  height: 30px;
  width: 17%;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  text-align: center;
}
.otp:focus{
  outline: none;
}
.close{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 1;
    background: red;
    font-size: 25px;
    font-weight: 900;
    border: none;
    color: white;
    padding-left: 7px;
}
.modal-header{
    height: 41px;
    background: antiquewhite;
}

@media screen and (max-width: 1786px) {
    .SVG_1{
        display: none;
    }

    .svg-2{
        display: block;
        position: absolute;
        top: 10px;
        left: 0px;
    }

 
    .form-section{
        
        position: absolute;
        right: 30px;
        top: 20px;
    }

   
    
    .form-container-heading{
        font-size: 1rem;
        
    }
    
    .form-container p {
       
        font-size: 0.9rem;
    }
    
    
 
    
    
    
    .user-info input, select {
       
        padding: 7px !important;
        
    }
    
    
    .password-icon{
        
        top: 6px;
        right: 20px;
        position: absolute;
    }

    .signInBtn{
        background-color: var(--golden);
        margin: 10px auto;
        font-weight: 800;
    }
    
}

@media screen and (max-width: 1582px) {

    body{
        
        overflow-y: auto;
        
    } 
    .SVG_1{
        display: none;
    }

    .svg-2{
       display: none;
    }

    .svg-3{
        display: block;
        position: absolute;
        top: 10px;
        left: 50px;
    }

    .form-section{
        
        position: absolute;
        right: 30px;
        top: 70px;
    }

   
    
    .form-container-heading{
        font-size: 1rem;
        
    }
    
 
    
    .user-info input, select {
       
        padding: 5px !important;
        
    }
        
    .password-icon{
        
        top: 7px;
        right: 20px;
        position: absolute;
    }
 
    
    .user-info select{
        font-size: 0.7rem;
        
    }
    
    option{
        padding: 5px;
    }
    
    .user-info input::placeholder{
        font-size: 0.7rem;
    }
    
    .fgPassword a{
        font-size: 0.7rem;
        
    }
}


@media screen and (max-width: 1486px) {
    .SVG_1{
        display: none;
    }

    .svg-2{
       display: none;
    }

    .svg-3{
        display: none;
    }

    .svg-4{
        display: block;
        position: absolute;
        top: 0px;
        left: 70px;
    }

    .form-section{
        
        position: absolute;
        right: 10px;
        top: 60px;
    }
}

@media screen and (max-width: 1360px) {
    .SVG_1{
        display: none;
    }

    .svg-2{
       display: none;
    }

    .svg-3{
        display: none;
    }

    .svg-4{
        display: block;
        position: absolute;
        top: 10px;
        left: 20px;
    }
     .signup-logo-wrapper p {
       
      width: 28%;
      
    } 
}


@media screen and (max-width: 1300px) {
    .SVG_1{
        display: none;
    }

    .svg-2{
       display: none;
    }

    .svg-3{
        display: none;
    }

    .svg-4{
        display: none;
    }

    .signup-logo-wrapper p {
      
      width: 90%;
      
    }

    .form-section{
        
        position: absolute;
        right: 40%;
        left: 10px;
        top: 200px;
    }

    .signup-wrapper{
        
        height: 1000px;
        
    }
    
}


@media screen and (max-width: 482px){
    .accountBtn-container {
        flex-direction: column;
        padding: 10px 0;
    }

    .form-container{

        padding: 20px;
    }

    .signup-image{
        display: none;
    }

    .signup-wrapper{
        background-image: url("./Assets/signup_image.webp");
        object-fit: contain;
    }

    .form-section{
        
        position: relative;
        margin: 0 auto;
        top: 130px;
    }

    .form-box{
        
        max-width: 400px;
        width: 90%;
    }

    .signup-logo-wrapper{
        top: 30px;
    }

    .signup-logo-wrapper img{
        width: 50%;
    }

    .signup-wrapper{
        
        height: 1100px;
        
    }

    .signup-logo-wrapper p {
      
        font-size: 0.5rem;
        
      }


}

.btn-closed{
    font-size: 14px;
    background: red;
    color: white;
    border-radius: 50%;
    line-height: 0;
    opacity: 1;
    height: 30px;
    width: 30px;
    border: none;
}





















