@import 'auth.css';
@import 'utilities.css';
@import '../../plugins/jars/css/form.css';

/*!
 * Login v1.0.1
 */

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    /* z-index: 3; */
}

.form-control {
    /* font-size: 0.875rem!important; */
    font-size: 1rem!important;
    padding-left: 20px;
    padding-right: 20px;
}

.error {
    color: var(--color-error)!important;
}