.login-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.contact_form_container {
    width: 600px !important;
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    .contact {
        padding-top: 2px !important;
        padding-bottom: 0px !important;
    }
}