body.auth {
    background-image: linear-gradient(135deg, #168af0 0%, #764ba2 100%);
}

body.auth .hide-auth {
    display: none !important;
}

.auth-only {
    display: none;
}

body.auth .footer-links a, body.authenticated .footer-links a:not(.auth-only) { 
    display: none;
}
body.authenticated .footer-links a.auth-only {
    display: block!important;
}

body.authenticated .hide-authenticated {
    display: none;
}

body.authenticated .auth-only {
    display: block;
}

.navbar-brand img {
    max-height: 33px!important;
}

footer img.logo {
    max-width: 180px;
}