.login_styled_form input, .formmanager input, .formmanager select {
    font-size: 30px;
    width: 100% !important;
    padding: 0.5em;
}

.login_styled_form .form-field.row {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .login_styled_form input {
        font-size: 24px;
        /*max-width: 400px;*/
    }
}

/* Smartphones */
@media (max-width: 600px) {
    .login_styled_form input {
        font-size: 18px;
        /*max-width: 100%;*/
    }

    .login_styled_form .form-field.row {
        margin-bottom: 8px;
    }
}