        body, html {
            height: 100%;
            margin: 0;
            font-family: 'Inter', sans-serif;
            background-color: #eaf6fc; /* Light blue background for right side */
        }


        .main-container {
            height: 100vh;
            overflow: hidden; /* Prevents scrollbars if content fits */
        }

        /* 1. Left Side - Image Background */
        .image-side {
            /* Replace the URL below with your actual wedding photo */
            background-image: url('https://placehold.co/800x1200/e0e0e0/a0a0a0?text=Wedding+Image+Placeholder');
            background-size: cover;
            background-position: center;
            position: relative;
        }

        /* Optional overlay to make image look softer/professional */
        .image-side::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.0));
        }

        /* 2. Right Side - Form Container */
        .form-side {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #eaf6fc;
            padding: 20px;
            height: 100%;
            overflow-y: auto; /* Allows scrolling on small screens */
        }

        /* The White Card */
        .register-card {
            background-color: white;
            padding: 50px;
            width: 100%;
            max-width: 550px; /* Controls width of the form box */
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(79, 124, 162, 0.1); /* Soft blue shadow */
            text-align: center;
        }

        /* Typography */
        .logo-text {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: #4f7ca2; /* Slate blue */
            margin-bottom: 25px;
        }

        .form-heading {
           font-family: Montserrat;
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
        text-align: center;
        color:#161616;
            margin-bottom: 5px;
        }

       .form-subtext {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #161616;
    margin-bottom: 30px;
    margin-top: 10px;
}

        /* Inputs */
        .form-control {
            padding: 14px 18px;
            border-radius: 8px;
            border: 1px solid #e1e1e1;
            background-color: #fff;
            margin-bottom: 15px;
            font-family: Montserrat;
            font-weight: 600;
            font-size: 12px;
            line-height: 100%;
            text-transform: capitalize;
            color:#7E8082;
            height: 40px;
        }

        .form-control:focus {
            border-color: #4f7ca2;
            box-shadow: 0 0 0 3px rgba(79, 124, 162, 0.1);
        }

        /* Password Wrapper for Eye Icon */
        .password-wrapper {
            position: relative;
        }
        .password-toggle {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-60%); /* Adjust vertical align */
            cursor: pointer;
            color: #999;
        }

        /* Buttons */
       .btn-register {
        background-color: #4f7ca2;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 15px;
        width: 100%;
        border-radius: 8px;
        border: none;
        margin-top: 2px;
        letter-spacing: 0.5px;
        transition: background 0.3s;
        font-family: Montserrat;
        font-size: 14px;
        line-height: 100%;
}

        .btn-register:hover {
            background-color: #3e6382;
            color: white;
        }

      
        /* Terms Checkbox */
        .form-check-input:checked {
            background-color: #4f7ca2;
            border-color: #4f7ca2;
        }
        .terms-text {
           
            color: #777;
            text-align: left;
            font-family: Montserrat;
            font-weight: 600;
            font-size: 14px;
            line-height: 100%;
        }
        .terms-text a {
            color: #4f7ca2;
            text-decoration: none;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 14px;
            line-height: 100%;
        }

        /* Divider "OR" */
        .divider {
            display: flex;
            align-items: center;
            text-align: center;
            margin: 25px 0;
            color: #aaa;
            font-size: 0.8rem;
        }
        .divider::before, .divider::after {
            content: '';
            flex: 1;
            border-bottom: 1px solid #eee;
        }
        .divider::before { margin-right: 15px; }
        .divider::after { margin-left: 15px; }

        /* Footer Link */
        .login-link {
            margin-top: 25px;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 16px;
            line-height: 100%;
            text-align: center;
            color:#161616;
        }
        .login-link a {
             color:#427D9D;
            text-decoration: none;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 16px;
            line-height: 100%;
            text-align: center;
        }
        
         .image-section {
            background-color: #f8f9fa;
            position: relative;
            overflow: hidden;
            padding:0;
        }

        .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;
        }

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

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

.login-separator span {
    padding: 0 15px;
    font-weight: 600;
    font-size: 14px;
    color: #6c757d;
}



/* Styling for the Google Button */
.btn-google {
    font-family: Montserrat;
    line-height: 100%;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    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);
    width: 100%;       
    text-align: center;
    box-sizing: border-box; 
}

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

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

/* Optional: Container spacing */
.google-login-container {
   
    width: 100%;
}

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