<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*title banner size and colour*/
 div#kc-header {
    width:100%;
    height: 115px;
    background-color: #FFFFFF;
    margin-top: -20px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}
div#kc-header {
    padding: 0;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    height: 110px;
}
div#kc-header-wrapper {
    /* to hide the realm name */
    display: none
}
.login-pf body {
    background: #eef5f9;
}
.login-pf-page  {
    background: #eef5f9;
    background-size: cover;
    padding-bottom: 50px;
}
div#login-input-error-msg {
    margin-bottom: 20px;
}
</pre></body></html>