body {
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif;
}
.recovery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 1rem;
}
.recovery-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 450px;
    text-align: center;
}
.logo {
    max-width: 180px;
    margin-bottom: 1.5rem;
}
#password-feedback ul {
    text-align: left;
    padding-left: 1.2rem;
    font-size: 0.85rem;
    margin-top: 5px;
}