:root {
--cas-theme-primary: #0078bd!important;
}
.mdc-button--raised{border-radius:4px!important}
body{background:var(--cas-theme-primary,#0078bd);padding-top:1rem}
#app-bar,#main-content div#content{box-shadow:none!important}
header>nav.mdc-top-app-bar__row {height:76px;}
header>nav .cas-brand {height:60px;} 
header>nav .cas-brand .cas-logo{height:100px;margin:-20px 0 0 20px}
#main-content{max-width:580px}
#loginForm{padding-bottom: 1rem;}
#loginProviders{padding:1rem 2rem}
#loginProviders h3 {margin-bottom: .5rem;}
.cas-footer{background-color:#036;font-size:.8rem;padding-left:1rem}
@media screen and (max-width: 767.99px){
.login-section {padding-top:1rem}
}
@media (min-width: 768px){
#main-content > #content > div.flex-md-row {
flex-direction:column!important;
}
.login-section {flex: 1 1 400px;}
}

