.forgot-password-container{display:flex;justify-content:center;align-items:center;min-height:90vh;background-color:#eaf2ff}.forgot-password-box{background-color:white;padding:2rem;border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.1);width:24rem;max-width:100%;text-align:center;box-sizing:border-box}.forgot-password-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.forgot-password-subtitle{font-size:1rem;color:#666;margin-bottom:1.5rem}.forgot-password-field{margin-bottom:1rem;text-align:left;width:100%}.forgot-password-relative{position:relative;display:flex;flex-direction:column}.forgot-password-input-wrapper{position:relative;display:flex;align-items:center;width:100%;box-sizing:border-box}.forgot-password-input{width:100%;border:1px solid #ccc;border-radius:.5rem;font-size:1rem;padding:.75rem 2.5rem .75rem .75rem;box-sizing:border-box}.forgot-password-button{width:100%;background:linear-gradient(90deg,#7839ee,#3874CE,#7fbe8d);color:white;font-weight:700;padding:.75rem;border:none;border-radius:.5rem;cursor:pointer;transition:.3s ease-in-out;font-size:1rem}.forgot-password-button:hover{opacity:.9}.forgot-password-link{display:block;margin-top:1rem;font-size:1rem;color:#3874CE;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}