body {
    background-color: #f8f9fa;
    padding-top: 4rem;
    background-image: url("img/FM.jpeg");
}

.form-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .form-container {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.form-title {
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.btn-group-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.d-none {
    display: none !important;
}
