/* SAMCUE GROUP branding */
.site-logo,
.site-logo-footer,
.site-logo-login {
    background: transparent !important;
    height: 52px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.navbar-brand {
    background: transparent !important;
}

.footer-logo a {
    background: transparent !important;
    display: inline-block;
}

.site-logo-footer {
    height: 64px;
    max-width: 260px;
}

.site-logo-login {
    height: 72px;
    max-width: 280px;
    display: block;
    margin: 0 auto 1.25rem;
}

.admin-header .site-logo {
    height: 40px;
    max-width: 180px;
}

.navbar-brand .site-logo {
    height: 48px;
}

@media (max-width: 767px) {
    .site-logo {
        height: 40px;
        max-width: 160px;
    }
}
