     .google-btn {
            width: 100%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #fff;
            color: #757575;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .google-btn:hover {
            background-color: #f1f1f1;
        }
        .google-btn img {
            margin-right: 10px;
            width: 20px;
            height: 20px;
        }
        .or-divider {
            text-align: center;
            margin: 20px 0;
            position: relative;
        }
        .or-divider:before, .or-divider:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 45%;
            height: 1px;
            background-color: #ccc;
        }
        .or-divider:before {
            left: 0;
        }
        .or-divider:after {
            right: 0;
        }
        .or-text {
            display: inline-block;
            background-color: white;
            padding: 0 10px;
            position: relative;
            color: #888;
        }
        
        /* Image Slider Styles */
        .left-section {
            background: none; /* Remove the background image */
            position: relative;
        }
        
        .image-slider {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .slider-container {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
            z-index: 1;
        }
        
        .slide.active {
            opacity: 1;
            z-index: 2;
        }
        
        .slider-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        
        .indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .indicator.active {
            background-color: rgba(255, 255, 255, 0.8);
        }
        
        .image-slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgb(10 31 59 / 0%) 0%, rgba(10, 31, 59, 0.95) 100%);
            z-index: 3;
        }
        
        .content-wrapper {
            position: absolute;
            bottom: 100px;
            left: 0;
            width: 100%;
            padding: 0 30px;
            text-align: center;
            z-index: 4;
            color: #fff;
        }
        
        .content-wrapper h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 73%);
    text-transform: uppercase;
}
        
       .content-wrapper h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
        
        .content-wrapper p {
                font-size: 15px;
    opacity: 1;
            margin-bottom: 0;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        }
        
        
        
        
        
        
        


body {
    min-height: 100vh;
    display: flex;
    background: #0A1F3B;
}

.main_div {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    /*background: linear-gradient(178deg, #0A0A23, #172341);*/
    background: #111318;
}

/* Left Section Styles */
.left-section {
    flex: 1;
    position: relative;
    background: url('https://images.unsplash.com/photo-1596662100219-5903f73416a3?ixlib=rb-4.0.3') top/cover;
    display: flex;
    align-items: flex-end;
    /*border-radius: 0 24px 24px 0;*/
    overflow: hidden;
}

.left-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(10 31 59 / 0%) 0%, rgba(10, 31, 59, 0.95) 100%);
}

.right-section {
    flex: 1;
    display: flex;
        align-items: flex-start;
    justify-content: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(10, 31, 59, 0) 0%, rgba(10, 31, 59, 0.5) 100%);
        overflow-y: scroll;
        height: 100vh;
}

.form-container {
    width: 100%;
    max-width: 420px;
}

.login-small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400;
}

.form-content h2 {
    color: white;
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 40px;
    font-weight: 400;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400;
}

.input-wrapper {
    position: relative;
}

.input-wrapper i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 16px 16px 16px 44px;
    /*background: rgba(255, 255, 255, 0.03);*/
    background: #1a1b23;
    border: 1px solid #2d2e35;
    border-radius: 12px;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-group input:focus {
    outline: none;
   
    border-color: #4b8df7;
    outline: none;
    box-shadow: 1px 1px 15px 12px rgb(96 140 241 / 20%);
}


.form-group input:focus + i {
    color: rgba(78, 140, 255, 0.8);
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.forgot-password {
    display: block;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-decoration: none;
    margin-top: 12px;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: white;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    margin-top: 8px;
        background: linear-gradient(to right, #408ccd, #033799);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.submit-btn:hover {
       background: linear-gradient(to right, #408ccd, #033799);
    transform: translateY(-1px);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .left-section {
        height: 50vh;
        border-radius: 0 0 24px 24px;
    }

    .right-section {
        padding: 40px 20px;
    }

    .content-wrapper {
        padding: 0 20px 40px;
    }

    .form-container {
        max-width: 100%;
    }
}

.tab-container {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
a {
    text-decoration: none;#fff
}
.tab-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
}
#fff
.tab-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(78, 140, 255, 0.5);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.tab-btn.active {
    color: white;
}

.tab-btn.active::after {
    transform: scaleX(1);
}

.form-content {
    display: block;
}

.form-content.hidden {
    display: none;
}

/* Glowing Border Button */
.glow-button {
    position: relative;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(180deg, rgba(11, 99, 216, 0.54), rgba(0, 21, 49, 0.5));
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.glow-button::before {
    content: '';
    position: absolute;
    inset: -1px;
    padding: 1px;
    border-radius: inherit;
    background: conic-gradient(
        from 0deg at 50% 50%,
        #0B63D8,
        #102E51,
        #0B63D8
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    animation: rotate 3s linear infinite;
    will-change: transform;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.glow-button:hover::before {
    animation-duration: 1.5s;
}

.glow-button:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, rgba(11, 99, 216, 0.64), rgba(0, 21, 49, 0.6));
}

/* Header Styles */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1rem 2rem;
    background: rgba(10, 31, 59, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
} 

 /* Add validation styles */
        .input-wrapper.error {
            border-color: #dc3545;
        }
        
        .error-message {
            color: #dc3545;
            font-size: 12px;
            margin-top: 5px;
            display: none;
        }
        
        .form-loading {
            display: none;
            text-align: center;
            margin: 20px 0;
        }
        
        .form-loading .spinner-border {
            width: 1.5rem;
            height: 1.5rem;
        }
        .main_div {
            display: flex;
            min-height: 100vh;
        }
        .tab-btn.active {
    color: white;
    border-bottom: 1px solid;
}
     
        @media (max-width: 900px) {
            .left-section { display: none; }
        }