.form-container {
    background-color: white;

    padding: 1.5rem;
    border-radius: var(--bs-border-radius);
}

.btn[type="submit"] {
    color: white!important;
}
