.login-container,.forgot-container,.reset-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.login-card,.forgot-card,.reset-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-header,.forgot-header,.reset-header{text-align:center;margin-bottom:2rem}.login-header h1,.forgot-header h1,.reset-header h1{font-size:1.75rem;font-weight:500;margin-bottom:.5rem}.forgot-header p,.reset-header p{color:var(--secondary-font-color);font-size:.875rem}.login-form md-filled-text-field{margin-bottom:1.5rem}.login-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.forgot-link{text-decoration:none;font-size:.875rem}.forgot-link:hover{text-decoration:underline}.forgot-actions{display:flex;gap:1rem;margin-top:1.5rem}.forgot-actions md-filled-button,.forgot-actions md-outlined-button{flex:1}.error-message{background-color:#ffebee;color:#c62828;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.success-message{background-color:#e8f5e9;color:#2e7d32;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}
