@media screen and (max-width: 991px), screen and (max-height: 800px) {
    .error-404, .section-authentication-signin {
        height: auto !important;
    }

    .section-authentication-signin {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}



.field-validation-error {
    color: #ffc107 !important;
}

.validation-summary-valid {
    display: none;
}


.validation-summary-errors ul {
    list-style: none;
    margin: 0;
}

::-ms-reveal {
    display: none;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #ffffff
}

input:autofill {
    background: rgba(0, 0, 0, 0.2);
}