
        .close {
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 10;
            font-size: 28px;
            opacity: 0.7;
            transition: all 0.3s;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #f0f2f5;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .close:hover {
            opacity: 1;
            transform: rotate(90deg);
            background: #e5e7eb;
        }

        

      
        

        .input-container {
            margin-bottom: 20px;
            position: relative;
        }

        .input-label {
            position: absolute;
            top: 16px;
            left: 15px;
            color: #999;
            pointer-events: none;
            transition: all 0.2s ease;
            background: white;
            padding: 0 5px;
            font-size: 14px;
        }

        input {
            width: 100%;
            height: 56px;
            padding: 20px 15px 10px;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        input:focus {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
            background: white;
        }

        input:focus + .input-label,
        input:not(:placeholder-shown) + .input-label {
            top: 8px;
            font-size: 12px;
            color: #007bff;
        }

        .password-toggle {
            position: absolute;
            right: 45px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
            cursor: pointer;
            font-size: 13px;
            font-weight: 600;
            background: #f8f9fa;
            padding: 4px 8px;
            border-radius: 4px;
            transition: all 0.2s;
        }

        .password-toggle:hover {
            background: #e9ecef;
        }

        
        .tx-btn {
            width: 100%;
            height: 52px;
            background: linear-gradient(90deg, #007bff 0%, #0062cc 100%);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 17px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.25);
            position: relative;
            overflow: hidden;
        }

        .tx-btn:disabled {
            background: #e9ecef;
            color: #adb5bd;
            cursor: not-allowed;
            box-shadow: none;
        }

        .tx-btn:not(:disabled):hover {
            opacity: 0.95;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.35);
        }

        .tx-btn:not(:disabled):active {
            transform: translateY(0);
        }

        .tx-btn:after {
            content: "";
            position: absolute;
            top: -50%;
            left: -60%;
            width: 20px;
            height: 200%;
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(25deg);
            transition: all 0.8s;
        }

        .tx-btn:not(:disabled):hover:after {
            left: 120%;
        }

      



        .social-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 52px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background: white;
            margin-bottom: 12px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .social-btn:hover {
            background: #f8f9fa;
            border-color: #ced4da;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

        .social-btn svg {
            margin-right: 10px;
            width: 20px;
            height: 20px;
        }


        

        .switch-container {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .switch {
            position: relative;
            display: inline-block;
            width: 46px;
            height: 24px;
            margin-right: 10px;
            flex-shrink: 0;
            margin-top: 3px;
        }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .sliderCustom {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 34px;
        }

        .sliderCustom:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }

        input:checked + .sliderCustom {
            background-color: #007bff;
        }

        input:checked + .sliderCustom:before {
            transform: translateX(22px);
        }

        .error-message {
            color: #dc3545;
            font-size: 12px;
            margin-top: 5px;
            display: none;
            padding-left: 5px;
        }

        .input-container.error input {
            border-color: #dc3545;
        }

        .input-container.error .error-message {
            display: block;
        }

      

        .legal-notice {
            font-size: 12px;
            color: #666;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #eee;
            line-height: 1.6;
            text-align: left;
        }

        .legal-notice ul {
            padding-left: 18px;
            margin-top: 8px;
        }

        .legal-notice li {
            margin-bottom: 6px;
            line-height: 1.4;
            font-size: 12px;
        }

        .login-form .step {
            display: none;
        }

        .step.active {
            display: block;
        }

        .success-message {
            text-align: center;
            padding: 30px 20px;
        }

        .success-icon {
            font-size: 60px;
            color: #28a745;
            margin-bottom: 15px;
        }

        .car-animation {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 40px;
            animation: drive 20s linear infinite;
            z-index: 0;
            opacity: 0.1;
        }

        .car {
            width: 80px;
            height: 32px;
            background: #007bff;
            border-radius: 12px 12px 4px 4px;
            position: relative;
        }

        .car:before {
            content: "";
            position: absolute;
            width: 40px;
            height: 20px;
            background: #007bff;
            top: -16px;
            left: 20px;
            border-radius: 8px 8px 0 0;
        }

        .wheel {
            position: absolute;
            width: 16px;
            height: 16px;
            background: #333;
            border-radius: 50%;
            bottom: -4px;
        }

        .wheel.front {
            left: 12px;
        }

        .wheel.back {
            right: 12px;
        }

        @keyframes drive {
            0% { transform: translateX(-80px); }
            100% { transform: translateX(calc(100vw + 80px)); }
        }

        .background-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
            background-size: 30px 30px;
            z-index: -1;
        }

        .demo-note {
            background: white;
            border-radius: 10px;
            padding: 15px;
            margin-top: 20px;
            font-size: 14px;
            color: #495057;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            max-width: 500px;
        }

        .demo-note h3 {
            color: #007bff;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .demo-note ul {
            padding-left: 20px;
            margin-top: 10px;
        }

        .demo-note li {
            margin-bottom: 8px;
            line-height: 1.5;
            font-size: 13px;
        }
        .popup .modal-content{
            height: 90vh;
            border-radius: 0px !important;
            overflow-x:auto;
            overflow: auto;
            width: 80%;
            margin: auto;
        }
        .custom-head-login{
            font-family: Brandon Text;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            color: #6d7184;
            text-align: center;
            margin: 0 auto;
            text-transform: uppercase;
        }
        .modal-content .close{
                top: 10px;

        }
        input:focus + .input-label, input:not(:placeholder-shown) + .input-label{
                top: -10px;

        }
        .sub-text{
            margin-bottom: 15px;
        }
        .customFont{
            color: var(--dark-gray) !important;
            font-size: 0.8rem!important;
            line-height: 1.7!important;
            text-align: left!important;
        }
        .loading-spinner {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255,255,255,.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin 1s ease-in-out infinite;
            margin-right: 8px;
            vertical-align: middle;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        .step {
            flex: 1;
            min-width: 240px;
            max-width: 400px;
            text-align: center;
            padding: 40px 10px;
            border-radius: var(--border-radius);
            transition: var(--transition);
        }

        input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:valid {
    border-color: #198754; /* Bootstrap success green */
}

/* Validation icons */
.input-container {
    position: relative;
}

.input-container.valid::after,
.input-container.invalid::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Valid state - checkmark icon */
.input-container.valid::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm3.766-9.357a1 1 0 0 0-1.532-1.286l-3.477 4.14-1.03-1.092a1 1 0 0 0-1.455 1.372l1.164 1.234.454.482.134.142.036.038.01.01.002.002v.001L6.8 11l-.728.686a1 1 0 0 0 1.494-.043l4.2-5Z' fill='%2328a745'/%3E%3C/svg%3E");
}

/* Invalid state - exclamation icon */
.input-container.invalid::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1zm1 8.2a1 1 0 1 0-2 0v.8a1 1 0 1 0 2 0v-.8z' fill='%23dc3545'/%3E%3C/svg%3E");
}

/* Input padding to accommodate icons */
.input-container input.form-control {
    padding-right: 35px;
}

/* Validation states */
.input-container.valid input {
    border-color: #28a745;
    background-color: rgba(40, 167, 69, 0.05);
}

.input-container.invalid input {
    border-color: #dc3545;
    background-color: rgba(220, 53, 69, 0.05);
}

.input-container.invalid .error-message {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 5px;
}

.input-container.error input {
        border-color: #dc3545;
        background-color: rgba(220, 53, 69, 0.05);
    }

    .input-container.error .error-message {
        display: block;
        color: #dc3545;
        font-size: 12px;
        margin-top: 5px;
        padding-left: 5px;
    }

    .link {
        color: #007bff;
        text-decoration: none;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s ease;
        font-size: 14px;
    }

    .link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .block-link {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

   