/*
 * Client portal header refinements.
 * The body scope raises specificity over the native Perfex inline rules while
 * keeping this adjustment isolated from the administration area.
 */
body.customers .navbar.header .navbar-brand.logo img {
    max-height: 59px;
    height: auto;
}

@media (min-width: 768px) {
    body.customers .navbar.header .navbar-brand.logo {
        height: 60px;
        padding-top: 1px;
        padding-bottom: 9px;
    }
}
