body {
    background-color: #f8f9fa;
}
.form-container {
    max-width: 600px;
    /* margin: 30px auto; */
    margin-left:40px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}
.btn-custom {
    background-color: #0d6efd;
    color: white;
}
.btn-custom:hover {
    background-color: #0056b3;
}

