@media only screen and (min-width: 641px) {
    .dropdown-menu {
        min-width: 0%;
        width: 87%;
    }

    .form-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}




