
.custom-login-modal {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-login-body{
    padding: 3rem;
   
}

.custom-login-dialog {
    margin: 0 auto; 
    width: 60%;
    padding: 1rem;
    border-radius: 8px;
    
}

.custom-login-content {
    border-radius: 27px;
    padding: 20px;
    z-index: 9999; 
    width: 100rem !important;
    margin-top: 12rem;
    background: linear-gradient(180deg, #42A8C3 0.19%, #FFF 31.3%);
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.25); 

}

.custom-login-body {
    padding: 0;
}

.custom-login-image img {
    max-width: 30rem;
    height: 30rem;
}

.custom-login-details h2 {
    text-align: start !important;
    color: #000;
    font-family: Helvetica;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5rem;
}

.custom-login-details p {
    color: var(--subtext1, #475569);
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15.047px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#customLoginForm{
    color: #000;
    font-family: Roboto;
    font-size: 16.719px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 2rem;
}

.forgot_password{
    color: #676767;
    font-family: Roboto;
    text-align: end !important;
    font-size: 13.375px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 1rem;
}

.forgot_password a {
    text-decoration: none;
}

.custom-form-group {
    margin-bottom: 1rem;
}

.custom-form-control {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-login-btn {
    display: block;
    width: 100%;
    padding: 0.5rem;
    padding: 8.36px; 
    border-radius: 0.5rem;
    background: #F2B71A;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 1rem !important;
}

.custom-login-btn:hover {
    background: #F2B71A;
    color: black;
}

.dont_have_account{
    color: #676767;
    font-family: Roboto;
    font-size: 15.047px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.dont_have_account_container{
    margin-top: 1rem !important;
    margin-bottom: 2rem;
}

.signup {
    font-family: Roboto;
    font-size: 15.047px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-align: right; 
}

.signup a {
    color: #C19218 !important; 
    
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    margin-top: 0.8rem;
}



/* ********************************************************************************************** */
/* **********************************1400-1600 **********************************************************/
/* ********************************************************************************************** */

@media screen and (max-width: 1600px) and (min-width: 1400px) {
    
    .custom-login-body{
        padding: 2.5rem;
    }
    
    .custom-login-content {
        border-radius: 1.8rem;
        padding: 1.2rem;
        width: 100%;
        margin-top: 7rem; 
    }
    
    .custom-login-body {
        padding: 0;
    }

    .custom-login-image img {
        max-width: 23rem;
        height: 23rem;
        margin-left: -3rem;
    }
    .custom-login-details h2 {
        font-size: 2.1rem;
        margin-top: 2rem;
    }
    
    .custom-login-details p {
        font-size: 1rem;
        line-height: 150%;
    }
    
    #customLoginForm{
        font-size: 1rem;
        margin-top: 2rem;
    }
    .custom-form-group input{
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    .custom-form-group label{
        font-size: 1rem;
    }
    .forgot_password{
        font-size: 1rem;
        margin-bottom: 1rem;
    }
     
    .custom-form-group {
        margin-bottom: 1rem;
    }
    
    .custom-form-control {
        padding: 0.5rem;
    }
    
    .custom-login-btn {
        padding: 0.7rem 0.5rem;
        font-size: 1rem;
        margin-top: 1rem !important;
    }
    
    .dont_have_account{
        font-size: 1rem;
    }
    
    .dont_have_account_container{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    
    .signup {
        font-size: 1rem;
    }
    
    .toggle-password {
        top: 50%;
        right: 10px;
        margin-top: 0.5rem;
    }
}


/* ********************************************************************************************** */
/* **********************************1200-1400 **********************************************************/
/* ********************************************************************************************** */

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    
    .custom-login-body{
        padding: 2.5rem;
    }
    
    .custom-login-content {
        border-radius: 1.8rem;
        padding: 1.2rem;
        width: 80rem;
        margin-top: 5rem; 
    }
    
    .custom-login-body {
        padding: 0;
    }
    .custom-login-image img {
        max-width: 20rem;
        height: 20rem;
    }
    .custom-login-details h2 {
        font-size: 1.8rem;
        margin-top: 2rem;
    }
    
    .custom-login-details p {
        font-size: 0.7rem;
        line-height: 150%;
    }
    
    #customLoginForm{
        font-size: 0.8rem;
        margin-top: 2rem;
    }
    
    .forgot_password{
        font-size: 0.7rem;
        margin-bottom: 1rem;
    }
    
    
    .custom-form-group {
        margin-bottom: 1rem;
    }
    
    .custom-form-control {
        padding: 0.5rem;
    }
    
    .custom-login-btn {
        padding: 0.5rem;
        padding: 0.4rem 0.5rem;
        font-size: 1rem;
        margin-top: 1rem !important;
    }
    
    .dont_have_account{
        font-size: 0.8rem;
    }
    
    .dont_have_account_container{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    
    .signup {
        font-size: 0.8rem;
    }
    



    #togglePassword{
        position: absolute;
        transform: translateY(-50%);
        margin-top: 0.5rem !important;
        
    }
}


/* ********************************************************************************************** */
/* **********************************1200-1400 **********************************************************/
/* ********************************************************************************************** */

@media screen and (max-width: 1200px) and (min-width: 992px) {
    
    .custom-login-body{
        padding: 2.5rem;
    }
    
    .custom-login-content {
        border-radius: 1.8rem;
        padding: 1.2rem;
        width: 100%;
        margin-top: 2rem; 
    }
    
    .custom-login-body {
        padding: 0;
    }

    .custom-login-image img {
        max-width: 16rem;
        height: 16rem;
        margin-left: -2rem;
    }
    .custom-login-details h2 {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .custom-login-details p {
        font-size: 0.7rem;
        line-height: 150%;
    }
    
    #customLoginForm{
        font-size: 0.7rem;
        margin-top: 2rem;
    }
    
    .forgot_password{
        font-size: 0.7rem;
        margin-bottom: 1rem;
    }
    
    
    .custom-form-group {
        margin-bottom: 1rem;
    }
    
    .custom-form-control {
        padding: 0.4rem;
    }
    
    .custom-login-btn {
        padding: 0.3rem 0.5rem;
        font-size: 0.8rem;
        margin-top: 1rem !important;
    }
    
    .dont_have_account{
        font-size: 0.7rem;
    }
    
    .dont_have_account_container{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    
    .signup {
        font-size: 0.7rem;
    }
    

}



/* ********************************************************************************************** */
/* **********************************768-992**********************************************************/
/* ********************************************************************************************** */

@media screen and (max-width: 992px) and (min-width: 768px) {
    
    .custom-login-body{
        padding: 1.5rem;
    }
    
    .custom-login-content {
        border-radius: 1.6rem;
        padding: 1rem;
        width: 100%;
        margin-top: 3rem; 
    }
    
    .custom-login-body {
        padding: 0;
    }

    .custom-login-image img {
        max-width: 13rem;
        height: 13rem;
        margin-left: -2rem;
    }
    .custom-login-details h2 {
        font-size: 1.2rem;
        margin-top: 1.2rem;
    }
    
    .custom-login-details p {
        font-size: 0.65rem;
        line-height: 120%;
    }
    
    #customLoginForm{
        font-size: 0.7rem;
        margin-top: 0.2rem;
    }
    
    .forgot_password{
        font-size: 0.6rem;
        margin-bottom: 0.5rem;
    }
    
    
    .custom-form-group {
        margin-bottom: 0.5rem;
    }
    
    .custom-form-control {
        padding: 0.4rem;
    }
    
    .custom-login-btn {
        padding: 0.3rem 0.5rem;
        font-size: 0.7rem;
        margin-top: 1rem !important;
    }
    
    .dont_have_account{
        font-size: 0.6rem;
    }
    
    .dont_have_account_container{
        margin-top: 0.6rem;
        margin-bottom: 2rem;
    }
    
    .signup {
        font-size: 0.6rem;
    }
    
    .toggle-password {
        top: 50%;
        right: 10px;
        margin-top: 0.3rem;
    }
    .toggle-password img{
        width: 0.7rem;
    }
}


/* ********************************************************************************************** */
/* **********************************576 **********************************************************/
/* ********************************************************************************************** */

@media screen and (max-width: 576px) {
    
    .custom-login-body{
        padding: 1rem;
        width: 120%;
       
    }

    .custom-login-content {
        border-radius: 1rem;
        padding: 1rem;
        width: 120%;
        margin-top: 3rem; 
        margin-left: -4rem;
        margin-right: -4rem;
    }
    
    .custom-login-body {
        padding: 0;
    }

    .custom-login-image img {
        max-width: 13rem;
        height: 13rem;
    }
    .custom-login-details h2 {
        font-size: 1.2rem;
        margin-top: 0.1rem;
        text-align: center !important;
    }
    
    .custom-login-details p {
        font-size: 0.9rem;
        line-height: 120%;
        text-align: center;
    }
    
    #customLoginForm{
        font-size: 0.9rem;
        margin-top: 0.2rem;
    }
    
    .forgot_password{
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    
    .custom-form-group input{
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
    .custom-form-group label{
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .custom-form-group {
        margin-bottom: 0.5rem;
    }
    
    .custom-form-control {
        padding: 0.4rem;
    }
    
    .custom-login-btn {
        padding: 0.3rem 0.5rem;
        font-size: 0.9rem;
        margin-top: 1rem !important;
    }
    
    .dont_have_account{
        font-size: 0.9rem;
    }
    
    .dont_have_account_container{
        margin-top: 0.6rem;
    }
    
    .signup {
        font-size: 0.9rem;
        margin-top: -1rem !important;
    }
    
    .toggle-password {
        top: 50%;
        right: 10px;
        margin-top: 0.7rem;
    }
    .toggle-password img{
        width: 1rem;
    }
}