.forgot-password-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff;padding:2rem;font-family:Neue Montreal Regular,sans-serif}.forgot-password-content{width:100%;max-width:500px}.forgot-password-header{display:flex;align-items:center;gap:.75rem;font-size:1.65rem;margin-bottom:3rem}.forgot-password-brand{font-family:Neue Montreal Regular;font-size:1.65rem;font-weight:500;color:#ff2e01}.forgot-password-form-wrapper{background:transparent}.forgot-password-title{font-size:2.2rem;margin-bottom:1rem;font-weight:500;color:#1a1a1a}.forgot-password-subtitle{font-size:1rem;color:#6b7280;margin-bottom:2rem;line-height:1.5}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem}.forgot-password-field{display:flex;flex-direction:column;gap:.75rem}.forgot-password-label{font-size:.9625rem;font-weight:500;color:#1a1a1a}.forgot-password-input{background:transparent;border:1.1px solid #4b5563;border-radius:.375rem;padding:1.5rem;font-size:1.1rem;color:#1a1a1a;transition:all .2s}.forgot-password-input::-moz-selection{background-color:#1a1a1a;color:#fff}.forgot-password-input::selection{background-color:#1a1a1a;color:#fff}.forgot-password-input:focus{outline:none;border-color:#ff2e01;box-shadow:0 0 0 3px rgba(255,46,1,.1)}.forgot-password-input::-moz-placeholder{color:#6b7280}.forgot-password-input::placeholder{color:#6b7280}.forgot-password-success{text-align:center;padding:2rem 0}.forgot-password-success-icon{width:64px;height:64px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:white}.forgot-password-success-text{font-size:1.1rem;color:#1a1a1a;margin-bottom:.75rem;line-height:1.5}.forgot-password-success-note{font-size:.9625rem;color:#6b7280}.forgot-password-footer{font-family:Neue Montreal Regular;text-align:center;margin-top:2rem;font-size:.9625rem;color:#9ca3af}.forgot-password-link{color:#ff2e01;text-decoration:underline;font-weight:500}.forgot-password-link:hover{color:#ff2e01}@media (max-width:640px){.forgot-password-container{padding:1rem}.forgot-password-title{font-size:1.65rem}}