body {
    background-color: #f7f9fc;
}
.recover-container {
    margin-top: 100px;
    max-width: 400px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.recover-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}