/* ========================================================================
   TEMPLATE LOGIN LIGHT: CORPORATE SLATE SPLIT (REVERSED 2-COLUMN SPLIT)
   Composition: Left Form Panel + Right Hero Showcase Panel
   ======================================================================== */

body.login-template-light_corporate_split {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    background: #f8fafc !important;
    overflow-x: hidden;
    color: #0f172a !important;
}

/* RIGHT HERO SHOWCASE PANEL */
body.login-template-light_corporate_split .hero-panel {
    display: flex !important;
    flex: 1.2 !important;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 50%, #f1f5f9 100%) !important;
    border-left: 1px solid #cbd5e1 !important;
    padding: 50px 40px !important;
}

body.login-template-light_corporate_split .hero-badge {
    background: rgba(37, 99, 235, 0.1) !important;
    color: #2563eb !important;
    border: 1px solid rgba(37, 99, 235, 0.2) !important;
}

body.login-template-light_corporate_split .hero-slide h2 {
    color: #0f172a !important;
}

body.login-template-light_corporate_split .hero-slide p {
    color: #475569 !important;
}

body.login-template-light_corporate_split .feature-pills .pill {
    background: #ffffff !important;
    color: #1e293b !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}

/* LEFT FORM PANEL */
body.login-template-light_corporate_split .form-panel {
    position: relative;
    width: 460px !important;
    min-width: 460px !important;
    flex: none !important;
    background: #ffffff !important;
    border-right: 1px solid #e2e8f0 !important;
    border-left: none !important;
    box-shadow: 10px 0 30px rgba(15, 23, 42, 0.04) !important;
    z-index: 2;
}

body.login-template-light_corporate_split .form-panel::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px !important;
    background: linear-gradient(90deg, #2563eb, #3b82f6) !important;
}

body.login-template-light_corporate_split .logo-text,
body.login-template-light_corporate_split h2,
body.login-template-light_corporate_split .form-title {
    color: #0f172a !important;
}

body.login-template-light_corporate_split .form-subtitle,
body.login-template-light_corporate_split label,
body.login-template-light_corporate_split .footer-text {
    color: #475569 !important;
}

body.login-template-light_corporate_split .tab-switcher {
    background: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 14px !important;
    padding: 4px !important;
}

body.login-template-light_corporate_split .tab-btn {
    color: #64748b !important;
    border-radius: 10px !important;
}

body.login-template-light_corporate_split .tab-btn.active {
    background: #ffffff !important;
    color: #2563eb !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

body.login-template-light_corporate_split .form-group input {
    background: #f8fafc !important;
    color: #0f172a !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 12px !important;
}

body.login-template-light_corporate_split .form-group input:focus {
    background: #ffffff !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

body.login-template-light_corporate_split .btn-submit {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25) !important;
    font-weight: 700 !important;
}

body.login-template-light_corporate_split a {
    color: #2563eb !important;
}
