.brand-link .brand-image {
    max-height: 42px;
}

.brand-link .brand-image {
    margin-left: 0.5rem;
}

/* pagina login */

.login-box {
    /*background-image: url(/images/wallpapers/logivery/sfondo_logivery_1-0.webp); sostituita con gestione nei file config logivery*/
    margin         : 0;
    background-size: cover;
}

.login-sidebar {
    min-height      : 100vh;
    position        : relative;
    border-radius   : 5px;
    z-index         : 2;
    padding         : 0;
    -webkit-box-pack: center;
    justify-content : center;
    background      : #fff;
    border-width    : 5px;
    border-image    : linear-gradient(#4285f4 0%,
            #e4b617 33%,
            #16bc51 66%,
            #e4172f 100%);
    -webkit-border-image: linear-gradient(#4285f4 0%,
            #e4b617 33%,
            #16bc51 66%,
            #e4172f 100%);
    border-image-slice: 9;
    border-style      : solid;
}


#logo-navbar .brand-image,
#logo-navbar-compact .brand-image {
    height: 25px;
}