body > main { padding-top: 0 !important; }
.lb-forgot-page { min-height: 100vh; display: flex; align-items: flex-start; justify-content: center; padding: 18px 14px 40px; background: #f7f7f7; }.lb-forgot-card { width: min(100%, 480px); padding: 24px 18px; border: 1px solid #edf0f2; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.08); }.lb-forgot-card h1 { margin: 0 0 14px; color: #172033; font-size: 1.7rem; line-height: 1.12; font-weight: 800; }.lb-forgot-intro { margin: 0 0 17px; color: #64748b; font-size: .88rem; line-height: 1.42; }.lb-forgot-summary { display: none; }.lb-forgot-field { display: flex; align-items: center; min-height: 54px; border: 1px solid #dfe3e8; border-radius: 10px; }.lb-forgot-field:focus-within { border-color: #b8c0ca; box-shadow: none; }.lb-forgot-field i { width: 48px; text-align: center; color: #697586; font-size: 1.1rem; }.lb-forgot-field input { flex: 1; min-width: 0; width: 100%; height: 52px; border: 0; outline: 0 !important; box-shadow: none !important; padding: 9px 12px 9px 0; color: #172033; font-size: 16px; }.lb-forgot-field input:focus { outline: 0 !important; box-shadow: none !important; }.lb-forgot-field input::placeholder { color: #697586; }.lb-forgot-card .text-danger { display: block; margin: 4px; font-size: .7rem; }.lb-forgot-actions { display: flex; align-items: center; gap: 18px; margin-top: 20px; }.lb-forgot-actions a { flex: 1; color: #e84500; font-size: .9rem; text-decoration: underline; }.lb-forgot-actions button { flex: 1.8; min-height: 48px; border: 0; border-radius: 12px; background: #ff4d00; color: #fff; font-size: .86rem; font-weight: 800; cursor: pointer; }.lb-forgot-actions button span { font-size: 1.2rem; }.lb-forgot-actions button:hover { background: #e84500; }
@media (max-width: 767.98px) { .lb-forgot-page { padding: 10px 12px 30px; }.lb-forgot-card { width: 100%; padding: 20px 16px 24px; border-radius: 18px; }.lb-forgot-card h1 { font-size: 1.55rem; }.lb-forgot-actions { gap: 12px; }.lb-forgot-actions button { font-size: .78rem; } }
