/* Keep the high-resolution master logo consistently sized throughout the app. */
img[src*="ironhand-logo-master.png"] {
    display: block;
    width: 180px !important;
    max-width: 100% !important;
    height: 46px !important;
    object-fit: contain;
    object-position: left center;
}

.auth-wrapper .brand-logo img,
.blank-page .brand-logo img {
    width: 215px !important;
    height: 54px !important;
}

.main-menu .brand-logo img {
    width: 172px !important;
    height: 42px !important;
}

.header-navbar .brand-logo img,
.horizontal-menu-wrapper .brand-logo img {
    width: 165px !important;
    height: 40px !important;
}

@media (max-width: 575.98px) {
    .auth-wrapper .brand-logo img,
    .blank-page .brand-logo img {
        width: 185px !important;
        height: 48px !important;
    }
}
