
        .login-form {
            max-width: 524px    ;
            width: 100%;
        }

        .login-container {
            display: flex;
            justify-content: space-between;
            gap:80px;
            align-items: center;
            padding: 0 100px;
            height: 100vh;
        }
        .login-form-container {
            width: 100%;
            max-width: 552px;
            padding: 48px 40px;
            min-width: 623px;
            height: 100%;
            max-height: 660px;
            justify-content: center;
            background-color: #fff;
            border-radius: 16px;
            box-shadow: 0 8px 28px -6px rgba(24, 39, 75, 0.02), 0 18px 88px -4px rgba(24, 39, 75, 0.04);
            
            
        }
        .login-form-title {
            font-size: 24px;
            font-weight: 700;
            color: #00293D;
            margin-bottom: 0;
            padding: 0 !important; 
        
           
        }

       .main-container {
        display: flex;
        padding-top: 85px;
        justify-content: space-between;
        padding-bottom: 100px;
       
       }
       .login-form-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: 48px;
       }
       .login-form-title {
        font-size: 24px;
        font-weight: 700;
        color: #00293D;
    
        padding-bottom: 16px;
       }
       .login-form-description {
        font-size: 16px;
        font-weight: 400;
        color: #757575;
      
        padding-bottom: 16px;
       }

       /* Auth Input Styles */
.login-message h1 {
    color: var(--Text-Dark);
    max-width:546px;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 57.2px */
letter-spacing: -0.88px;
}
.login-message p {
 color: var(--Text-Dark);
 max-width: 496px;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

       .auth-input {
        max-height: 44px;

        border: 1px solid #E0E0E0;
        border-radius: 8px;
        padding: 12px 16px;
        font-size: 16px;
        color: #161616;
        text-align: right;
        direction: rtl;
        transition: all 0.3s ease;
       }

       .auth-input:focus {
        background-color: #fff;
        border-color: #19BBB7;
        box-shadow: 0 0 0 0.2rem rgba(25, 187, 183, 0.15);
        outline: none;
       }

       .auth-input::placeholder {
        color: #9E9E9E;
        font-size: 14px;
       }

       /* Password Toggle Button */
       .password-toggle-btn {
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
       }

       .password-toggle-btn:hover {
        opacity: 0.7;
       }

       .password-toggle-btn:focus {
        box-shadow: none;
        outline: none;
       }

       .password-toggle-icon {
        font-size: 14px !important;
        color: #9E9E9E !important;
        transition: color 0.3s ease;
       }

       .password-toggle-btn:hover .password-toggle-icon {
        color: #757575 !important;
       }

       /* Forgot Password Link */
       .auth-forgot-link {
        color: var(--text-dark);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px; 
        text-decoration: none;
       }

     
       /* Remember Me Checkbox */
       .auth-remember {
        margin-bottom: 0;
       }

       .auth-checkbox {
        border: 1.5px solid #19BBB7;
        border-radius: 4px;
        width: 18px;
        height: 18px;
        cursor: pointer;
       }

       .auth-checkbox:checked {
        background-color: #19BBB7;
        border-color: #19BBB7;
       }

       .auth-checkbox:focus {
        box-shadow: 0 0 0 0.2rem rgba(25, 187, 183, 0.15);
       }

       .auth-checkbox-label {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        cursor: pointer;
 
       }

       /* Submit Button */
       .auth-submit-btn {
        background-color: var(--secondary-color);
        color: #fff;
        border: none;
        border-radius: 12px;
        padding: 14px 32px;
        font-size: 14px;
        font-weight: 700;
        margin-top:32px;
        transition: all 0.3s ease;
       }

  

      

       /* Create Account Section */
       .auth-create-account {
      
        padding-top: 16px;
     
       }

       .auth-no-account {
        font-size: 18px;
        font-weight: 700;
        color: #455A64;

       }

       .auth-create-link {
        font-size: 18px;
        font-weight: 700;
        color: #19BBB7;
        text-decoration: underline;
        margin-right: 4px;
        transition: color 0.3s ease;
       }

       .auth-create-link:hover {
        color: #158f8c;
        text-decoration: underline;
       }

       /* Login Form Image */
       .login-form-image {
            width: 293px;
            height: 342px;
            flex-shrink: 0;
            border-radius: 32px;
            background: linear-gradient(270deg, #003964 0%, #00293D 65.87%, #19BBB7  100%);
            margin-top:142px;
        }
        .login-form-image-img {
            object-fit: cover;
            max-width: 376px;
            max-height: 440px;
            position: absolute;
            
            bottom: 0;
            left: 54px;
        }
        /* Responsive Design */
        @media (max-width: 1200px) {
            .login-container {
                gap: 40px;
                padding: 0 40px;
            }
            .login-message h1 {
                font-size: 36px;
            }
        }

        @media (max-width: 992px) {
            .login-container {
                flex-direction: column-reverse;
                justify-content: center;
                gap: 48px;
                padding: 60px 24px;
                height: auto;
                min-height: 100vh;
            }

            .login-form-container {
                min-width: unset;
                max-width: 552px;
                height: auto;
                max-height: none;
            }

            .login-message {
                text-align: center;
            }
            
            .login-message h1, .login-message p {
                max-width: 100%;
                text-align: center;
            }
            
            .login-message h1 {
                font-size: 32px;
            }
        }

        @media (max-width: 768px) {
            .login-container {
                padding: 40px 16px;
                gap: 32px;
            }

            .login-form-container {
                padding: 32px 24px;
            }

            .login-form-title {
                font-size: 22px;
                padding-bottom: 12px;
            }

            .login-form-description {
                font-size: 15px;
                padding-bottom: 12px;
            }

            .auth-input {
                font-size: 15px;
                padding: 10px 14px;
            }

            .auth-submit-btn {
                font-size: 16px;
                padding: 12px 16px;
                margin-top: 24px;
            }
            
            .login-message h1 {
                font-size: 28px;
            }
        }

        @media (max-width: 480px) {
            .login-container {
                padding: 32px 12px;
            }

            .login-form-container {
                padding: 24px 16px;
            }

            .login-form-title {
                font-size: 20px;
            }

            .login-form-description {
                font-size: 14px;
            }

            .auth-input {
                font-size: 14px;
                padding: 8px 12px;
            }

            .auth-submit-btn {
                font-size: 15px;
                padding: 10px 14px;
            }

            .auth-no-account, .auth-create-link {
                font-size: 16px;
            }
            
            .login-message h1 {
                font-size: 24px;
            }
            
            .login-message p {
                font-size: 15px;
            }
        }
.page-wrraper{
    background-image: url('../images/authBg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}