.forgot-password-page{padding-top:0}.forgot-password-container{align-items:center;background-color:#fff;display:flex;font-family:Segoe UI,system-ui,-apple-system,sans-serif;justify-content:center;min-height:calc(100vh - 80px);padding:110px 1.5rem 3rem}.forgot-password-page .card-auth{background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);max-width:900px;overflow:hidden;width:100%}.forgot-password-page .card-row{display:grid;grid-template-columns:1fr 1fr;min-height:450px}.forgot-password-page .card-left{align-items:flex-start;background-color:#2c3342;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:2rem 1.5rem}.forgot-password-page .brand-logo{margin-bottom:1.5rem}.forgot-password-page .brand-logo img{height:auto;max-width:120px}.forgot-password-page .lead-text{color:#fff;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.forgot-password-page .muted-text{color:rgba(255,255,255,.85);font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.forgot-password-page .security-tip{background:rgba(255,255,255,.1);border-left:3px solid #ad7f4e;border-radius:6px;color:rgba(255,255,255,.9);font-size:.85rem;padding:.75rem}.forgot-password-page .security-tip strong{color:#fff}.forgot-password-page .security-tip .bi{color:#ad7f4e;margin-right:.35rem}.forgot-password-page .card-right{display:flex;flex-direction:column;justify-content:center;padding:2rem 1.5rem}.forgot-password-page .heading{color:#212529;font-size:1.5rem;font-weight:600;margin:0 0 .3rem}.forgot-password-page .subhead{color:#6b7280;font-size:.9rem;line-height:1.4;margin:0 0 1.5rem}.forgot-password-page .form-label{color:#212529;font-size:.9rem;font-weight:600}.forgot-password-page .forgot-password-form .form-control{background-color:#f9fafb;border:1px solid #dee2e6;border-radius:6px;font-size:.95rem;padding:.6rem .65rem;width:100%}.forgot-password-page .form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.forgot-password-page .footer-note{color:#6b7280;font-size:.85rem}.forgot-password-page .auth-footer-link{color:#6b7280;font-size:.9rem;margin-top:1.25rem;text-align:center}.forgot-password-page .auth-footer-link a{color:#0d6efd;font-weight:600;margin-left:.25rem;text-decoration:none}.forgot-password-page .auth-footer-link a:hover{text-decoration:underline}.forgot-password-page .error-alert{background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.forgot-password-page .success-alert{background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:6px;color:#166534;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.forgot-password-page .error-alert[hidden],.forgot-password-page .success-alert[hidden]{display:none!important}@media (max-width:768px){.forgot-password-page .card-row{grid-template-columns:1fr;min-height:auto}.forgot-password-container{padding-top:100px}}