.auth-split-wrapper{min-height:100vh;display:flex}.auth-left{flex:1;position:relative;background:linear-gradient(135deg,#1a1a6e 0%,#2c3e9e 40%,#4a6fa5 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2.5rem;overflow:hidden;color:#fff}.auth-left::before{content:"";position:absolute;inset:0;background:url("/static/images/bg/02.jpg") center/cover no-repeat;opacity:0.18}.auth-left-content{position:relative;z-index:1;max-width:420px;text-align:center}.auth-left .brand-logo{width:140px;margin-bottom:2rem;filter:brightness(0) invert(1)}.auth-left h2{font-size:1.9rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.auth-left p.lead{font-size:0.97rem;opacity:0.85;margin-bottom:2rem;line-height:1.7}.auth-left .divider-line{width:60px;height:3px;background:rgba(255,255,255,0.4);border-radius:99px;margin:0 auto 2rem}.auth-steps{list-style:none;padding:0;margin:0;text-align:left}.auth-steps li{display:flex;align-items:flex-start;gap:0.9rem;margin-bottom:1.2rem;font-size:0.9rem;opacity:0.9;line-height:1.5}.auth-steps .step-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.2);border:1.5px solid rgba(255,255,255,0.4);display:flex;align-items:center;justify-content:center;font-size:0.78rem;font-weight:700}.auth-right{width:480px;flex-shrink:0;background:#fff;display:flex;align-items:center;justify-content:center;padding:3rem 2.5rem}.auth-form-inner{width:100%;max-width:380px}.icon-envelope-wrap{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#2c3e9e,#4a6fa5);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.auth-right .form-title{font-size:1.6rem;font-weight:700;color:#111827;margin-bottom:0.35rem}.auth-right .form-subtitle{font-size:0.9rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.auth-right .form-label-custom{font-size:0.82rem;font-weight:600;color:#374151;margin-bottom:0.35rem;display:block}.auth-right .form-control{border-radius:8px;border:1.5px solid #e5e7eb;font-size:0.93rem;padding:0.65rem 0.9rem;transition:border-color 0.2s,box-shadow 0.2s}.auth-right .form-control:focus{border-color:#4a6fa5;box-shadow:0 0 0 3px rgba(74,111,165,0.12)}.auth-right .btn-primary-action{width:100%;padding:0.7rem;font-size:0.95rem;font-weight:600;border-radius:8px;background:linear-gradient(135deg,#2c3e9e,#4a6fa5);border:none;color:#fff;transition:opacity 0.2s,transform 0.15s;cursor:pointer}.auth-right .btn-primary-action:hover{opacity:0.92;transform:translateY(-1px)}.auth-right .back-link{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.85rem;color:#4a6fa5;text-decoration:none;font-weight:500;margin-top:1.25rem}.auth-right .back-link:hover{text-decoration:underline}.support-note{margin-top:1.5rem;padding:0.85rem 1rem;background:#f0f4ff;border-radius:8px;font-size:0.82rem;color:#4b5563;line-height:1.5}.support-note a{color:#2c3e9e;font-weight:600;text-decoration:none}.auth-footer-note{margin-top:2rem;font-size:0.78rem;color:#9ca3af;text-align:center}@media (max-width:900px){.auth-left{display:none}.auth-right{width:100%;padding:2rem 1.5rem}}