body {
    background-color: #f7f7f7;
}
.reset-container {
    margin-top: 50px;
    max-width: 500px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.reset-container h2 {
    margin-bottom: 20px;
    color: #007bff;
}
.form-control {
    border-radius: 5px;
}
.btn-reset {
    background-color: #28a745;
    color: white;
    border-radius: 5px;
}
.btn-reset:hover {
    background-color: #218838;
}
.footer-text {
    margin-top: 20px;
    font-size: 14px;
    color: #6c757d;
}