.forgot-password {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-container {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 20px;
    max-width: 450px;
    width: 100%;
}
