﻿
/* header x */

.theme-orange .navbar-fixed-top {
    background: rgb(219 45 24);
    background: linear-gradient(0deg, rgb(219 45 24) 0%, rgb(232 90 62) 92%, rgb(242 93 39) 100%);
}

/* pagina login  (login.aspx) */

.theme-orange .auth-main::after {
    background: rgb(232 90 62) !important;
}

.theme-orange .auth-main::before {
    background: #4789a9 !important;
}