

/* .custom-container{
    padding-top: 7rem;
} */

.white-section {
    padding: 20px;
    position: relative;
    flex: 1; 
}

.form-container {
    width: 100%;
    max-width: 702px;
    padding: 40px;
    background-color: #fff;
}

.form-container h1 {
    font-weight: 500;
    text-align: center;
    color: #0e0e0e;
}

.form-container .subheading {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    text-align: center;
    margin-bottom: 40px;
}

.social-login-buttons {
    display: flex;
    justify-content: space-between;
    width: 560px;
    gap: 10px;
}

.social-login-buttons {
    width: 100%;
}

.btn-social {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 41px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    text-decoration: none;
    color: #282828;
    font-size: 13px;
    font-weight: 500;
}

.btn-social:hover {
    background-color: #f1f1f1;
}

.btn-social img {
    margin-right: 10px;
}

.or-separator {
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.or-separator .line {
    flex-grow: 1;
    height: 0.5px;
    background-color: #D2D2D2;
}

.or-separator .or-text {
    margin: 0 10px;
    color: #d2d2d2;
    font-size: 13px;
    font-weight: 400;
}

.form-group .form-control {
    border-radius: 10px;
    height: 46px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff !important; 
}

.form-group .form-control::placeholder {
    color: #9A9A9A;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-group-append .input-group-text {
    background: transparent;
    border: none;
}

.remember-forget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 12px;
}

.input-group {
    position: relative;
}

.input-group>.form-control {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.input-icon img {
    width: 20px;
    height: 20px;
}

.form-control.pr-5 {
    padding-right: 35px;
}

.toggle-password {
    color: #9A9A9A;
    cursor: pointer;
    position: absolute;
    top: 32px;
    font-size: 20px;
    right: 15px;
}

.submit-button {
    width: 160px;
    height: 40px;
    color: #FFF !important;
    background-color: #0040C3 !important; /* Ensure the background color is applied */
    border: 1.345px solid #0040C3 !important; /* Changed from #FFF to #0040C3 */
    border-radius: 10px; /* Rounded corners */
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0 auto; /* Center the button and add top space */
    display: block;
    flex-shrink: 0;
    box-shadow: none !important; /* Remove any box shadow */
    outline: none !important; /* Remove any outline */
    background-image: none !important; /* Remove any background image */
    transition: all 0.3s ease; /* Optional: for smooth hover effect */
    margin-top: 20px;
}

.submit-button:hover {
    opacity: 0.9; 
}

.form-group + .form-group {
    margin-top: 20px;
}

#username, #password {
    background-color: #ffffff !important; 
}

.dont-have-account {
    color: #505050;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.register-now {
    color: #2C68E3;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    text-decoration: none;
}

.register-now:hover {
    text-decoration: underline;
}


/* Mobile devices (max-width: 767.98px) */
@media (max-width: 767.98px) {
    .white-section {
        padding: 20px;
    }

    .custom-container{
        padding-top: 1rem;
    }

    .form-container {
        width: 100%;
        max-width: 100%;
        padding: 10px; 
    }

    .social-login-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .form-container h1 {
        font-size: 24px;
    }

    .form-container .subheading {
        font-size: 14px;
    }

    .form-group .form-control {
        height: 40px;
        font-size: 12px;
    }

    .remember-forget {
        flex-direction: row;
        align-items: flex-start;
    }

    .remember-forget .form-check-label,
    .remember-forget a {
        font-size: 12px;
    }

    .submit-button {
        width: 140px;
        height: 36px;
        font-size: 12px;
    }

    .dont-have-account,
    .register-now {
        font-size: 12px;
    }
    .submit-button {
        width: 140px;
        height: 36px;
        font-size: 12px;
    }

    .remember-forget .form-check {
        width: 100%; /* Full width for remember password */
        text-align: left; /* Left align text */
        margin-bottom: 10px; /* Add some space below */
    }

    .remember-forget a {
        width: 100%; /* Full width for forget password */
        text-align: center; /* Center align text */
    }
}


@media (min-width: 768px) and (max-width: 1023.98px) {

    .custom-container {
        padding-top: 1rem;
    }

    .white-section {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .form-container{
        padding: 20px !important;
    }

    
}

@media (min-width: 1024px) and (max-width: 1440px) {

    /* .custom-container {
        padding-top: 5rem;
    } */

}
