@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&family=Poppins:wght@600;700&display=swap");.reset-container{display:flex;justify-content:center;align-items:center;min-height:65vh;background:#ffffff;padding:1rem}.reset-card{padding:2rem;border-radius:12px;width:100%;max-width:450px;text-align:center}.reset-card input::placeholder,.reset-card textarea::placeholder{color:#aaa;font-size:.95rem}.reset-card h2{margin-bottom:1rem;color:#44673e;font-family:Poppins,sans-serif;letter-spacing:2px}.reset-card p{font-size:.95rem;color:#555;margin-bottom:1rem;font-family:Nunito,sans-serif;letter-spacing:1px}.form-control{width:100%;padding:.65rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:6px}.btn-submit{background-color:#44673e;color:white;border:none;padding:.7rem 1.5rem;width:100%;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s;font-family:Nunito,sans-serif;letter-spacing:1px}.btn-submit:hover{background-color:#36582f}.alert{padding:.75rem;margin-bottom:1rem;border-radius:6px;font-size:.9rem}.alert-success{background-color:#d1e7dd;color:#0f5132}.alert-danger{background-color:#f8d7da;color:#842029}