<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    background: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar-main {
    background: #e94a4a; 
    -moz-box-shadow: inset 1px -1px 13px 3px red;
    -webkit-box-shadow: inset 1px -1px 13px 3px red;
    box-shadow: inset 1px -1px 13px 3px red;
}
#block-offo-intranet-theme-branding .site-name a {display: inline-block !important;}
.region-header .brand .site-branding__slogan {
    font-size: 1em;
    vertical-align: bottom;
    margin-bottom: 30px;
    margin-left: 15px;
    display: inline-block;
}
.menu-base-theme li a {padding: 24px 10px !important;}
.field--label-inline .field__label, .field--label-inline .field__item {display: inline-block;}
.field__label {font-weight: bold;}
#block-userlogin h2 {text-align: center;}
#block-userlogin .item-list {display: none;}
#block-userlogin #edit-actions {text-align: center;}
#block-userlogin {
    border: 5px solid #e94a4a;
    border-radius: 15px;
    background: #ffffff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.more-link {text-align: right;}
.more-link a{
    background: #e94a4a;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
}
.copyright {position: inherit !important;}</pre></body></html>