body {
    background-color: #eeeeee !important;
    display: flex;
    justify-content: center;
}
.form-container {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin-top: 100px;
}
.form-title {
    text-align: center;
    margin-bottom: 20px;
}