body {
    background: linear-gradient(135deg, #007bff, #6610f2);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgot-password-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 400px;
    padding: 30px;
}

.forgot-password-card h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.forgot-password-card p {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
}