.forgot-form{width:100%;display:flex;flex-direction:column;gap:18px}.forgot-label{font-size:1rem;color:#222;font-weight:500}.forgot-input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem;background:#f8f8f8;color:#222}.forgot-button{width:100%;padding:14px 0;background:greenyellow;color:#000;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s}.forgot-button:disabled{background:#bfff00;color:#fff;cursor:not-allowed}.forgot-success{color:#2563eb}.forgot-error,.forgot-success{text-align:center;margin-top:18px}.forgot-error{color:#b91c1c}.forgot-container{width:100%;max-width:28rem;border-radius:.5rem;background-color:white}.forgot-header{padding:1.5rem;color:#ef4444;font-family:oswald-bold;font-size:30px}.forgot-content{padding:10rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.forgot-form-container{background-color:white;display:flex;flex-direction:column;gap:1em}.forgot-button-container{display:flex;width:100%;padding-top:1.25rem;padding-bottom:2.25rem}.forgot-reset-button{display:flex;width:100%;padding:2rem 0}