.form-container {
    max-width: 500px;
    margin: auto;
    padding: 2rem !important;
    transition: all 0.3s ease;
    background: #F6F4EB !important;

}

.header-text {
    font-size: 1.6rem;
    font-weight: 700;
}



@media (max-width: 576px) {
    .form-container {
        padding: 1.5rem !important;
        max-width: 95%;
        border-radius: 0.75rem;
        box-shadow: none;
    }

    .header-text {
        font-size: 1.4rem;
    }
}