﻿.field-validation-error {
    color: red;
}

.validation-summary-errors {
    color: red;
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding-left: 0;
    }

body {
    background-color: rgba(248,247,252,255);
}

.br-class:after {
    content: '\A';
    white-space: pre;
}

@media(max-width:992px) {
    .br-class:after {
        content: '' !important;
        white-space: pre !important;
    }
}

@media (max-width: 990px) {
    .aaiinaLogo {
        zoom: 50% !important;
    }
}

@media (min-width: 576px) {
    .w-sm-54 {
        /* width: 54% !important; */
        width: 68% !important;
    }
}
