.forgot-header {
    text-align: center;
    padding-bottom: 10px;
}

.forgot-password-container {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.forgot-password.form {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.forgot-password.form p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.forgot-password.form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.forgot-password.form legend {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.forgot-password.form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.forgot-password.form button[type="submit"] {
    margin-top: 20px;
    width: 100%;
    background-color: black;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.forgot-password.form button[type="submit"]:hover {
    background-color: #333;
}
