  body {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #eef6fa 0%, #dceefc 100%);
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        /* Main container and image section styles remain the same */
        .image-section {
            background-color: #f8f9fa;
            position: relative;
            overflow: hidden;
        }

        .image-section::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 15%;
            height: 100%;
            background: linear-gradient(to right, rgba(238, 246, 250, 0), #eef6fa);
            z-index: 1;
        }

        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

        .form-section {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .login-card {
            background: white;
            padding: 3rem;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            width: 100%;
            max-width: 550px;
        }

        .brand-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            color: #467895;
            margin-bottom: 2rem;
            text-align: center;
        }

        .welcome-text {
            text-align: center;
            margin-bottom: 2rem;
        }
        .welcome-text h5 {
            font-weight: 700;
            font-family: Montserrat;
            font-size: 18px;
            line-height: 100%;
            text-align: center;
            color:#161616;

        }
        .welcome-text p {
            color: #161616;
            font-family: Montserrat;
            font-weight: 400;
            font-size: 12px;
            line-height: 100%;
        }
        .form-check-label {
            font-family: Montserrat;
            font-weight: 600;
            font-size: 14px;
            line-height: 100%;
            color:#898C8E;
        }

        .form-control {
            border-radius: 8px;
            padding: 0.75rem 1rem;
            border: 1px solid #dee2e6;
            font-family: Montserrat;
            font-weight: 600;
            font-size: 13px;
            line-height: 100%;

        }
        .form-control:focus {
            box-shadow: none;
            border-color: #467895;
        }

        .btn-custom-primary {
            background-color: #467895;
            border: none;
            color: white;
            padding: 14px;
            border-radius: 8px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 13px;
            line-height: 100%;
        }
        .btn-custom-primary:hover {
            background-color: #355d74;
            color: white;
        }

        .forgot-pass {
           
            color: #427D9D;
            text-decoration: none;
            cursor: pointer;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 13px;
            line-height: 100%;

        }
        .register-link {
            color: #427D9D;
            text-decoration: none;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 15px;
            line-height: 100%;
            text-align: center;

        }

        .divider {
            display: flex;
            align-items: center;
            text-align: center;
            margin: 1.5rem 0;
            color: #6c757d;
            font-size: 0.8rem;
        }
        .divider::before, .divider::after {
            content: '';
            flex: 1;
            border-bottom: 1px solid #dee2e6;
        }
        .divider:not(:empty)::before { margin-right: .5em; }
        .divider:not(:empty)::after { margin-left: .5em; }

       
        .password-wrapper {
            position: relative;
        }
        .password-toggle {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #6c757d;
        }

        /* --- Modal Styles --- */
        .modal-content {
            border-radius: 20px;
            border: none;
            padding: 2rem;
            text-align: center;
        }
        .modal-header {
            border-bottom: none;
            padding-bottom: 0;
            padding-top: 1rem;
        }
        .modal-title {
            font-weight: 700;
            color: #161616;
            width: 100%;
            font-family: Montserrat;
            font-size: 25px;
            line-height: 100%;
            text-align: center;
            text-transform: capitalize;

        }
        .modal-body p {
            color: #161616;
            margin-bottom: 1.5rem;
            padding: 0 1rem;
            font-family: Montserrat;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            text-align: center;
        }
        .modal-footer {
            border-top: none;
            justify-content: center;
            padding-top: 0;
            padding-bottom: 1.5rem;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 13px;
            line-height: 100%;
            text-align: center;
            color:#161616;
        }
        .login-link {
            color: #427D9D;
            text-decoration: none;
            font-weight: 700;
            cursor: pointer;
            font-family: Montserrat;
            font-size: 13px;
            line-height: 100%;
            text-align: center;

        }
        
        
        /* Styling for the OR Separator with lines */
.login-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 5px 0;
    color: #888;
}

.login-separator::before,
.login-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e0e0e0;
}

.login-separator span {
    padding: 0 15px;
    font-size: 14px;
    color: #7E8082;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;

}
.text-dark {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color:#161616;
}

/* Styling for the Google Button */
.btn-google {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 50px; /* Makes it rounded like the screenshot */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-family: Montserrat;
    line-height: 100%; 

}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #babbbc;
    color: #333;
}

.btn-google img {
    width: 20px;
    height: 20px;
}



.btn-google img {
    width: 20px;
    height: 20px;
    /* fix for some themes adding margin to images */
    margin: 0 !important; 
}

/* Optional: Container spacing */
.google-login-container {
   font-family: Montserrat;
font-weight: 700;
font-size: 14px;
line-height: 100%;
text-transform: uppercase;
color:#7E8082;
margin-top: 15px;
}


        @media (max-width: 991px) {
            .image-section {
                display: none;
            }
            .form-section {
                width: 100%;
                padding: 20px;
            }
        }