.forgot-container{min-height:80vh;display:flex;align-items:center;justify-content:center;background-color:#f8fafc;padding:1rem}.forgot-card{background:white;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;max-width:400px}.forgot-header{text-align:center;margin-bottom:2rem}.forgot-header h1{font-size:1.75rem;color:#2d2d2d;margin-bottom:.5rem}.forgot-header p{color:#64748b;font-size:.875rem}.forgot-form{gap:1.5rem}.forgot-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.forgot-input{border:2px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;transition:border-color .3s ease}.forgot-input:focus{border-color:#fdb611;box-shadow:0 0 0 3px rgba(253,182,17,.2)}.forgot-button{background-color:#fdb611;color:white;font-weight:600;padding:.75rem;border-radius:.75rem;transition:all .3s ease}.forgot-button:hover{background-color:#e3525c;transform:translateY(-1px)}.back-to-login{text-align:center;color:#64748b;font-size:.875rem}.back-login-text{color:#83c89c;font-weight:600;margin-left:.25rem;transition:color .3s ease}.back-login-text:hover{color:#e3525c}.error-message,.error-text{color:#e3525c;font-size:.875rem}.success-message{color:#83c89c;font-size:.875rem}@media (max-width:480px){.forgot-card{padding:1.5rem}.forgot-header h1{font-size:1.5rem}}