.site-logo {
    height: auto;
    width: auto;
    max-height: 96px;
    max-width: 380px;
    object-fit: contain;
}

.header_navbar .site-logo {
    max-height: 92px;
}

.header_navbar.sticky .site-logo {
    max-height: 78px;
}

.footer_about .site-logo {
    max-height: 120px;
    max-width: 400px;
    margin-bottom: 15px;
}

.auth-brand-logo {
    display: block;
    text-align: center;
}

.auth-brand-image {
    display: inline-block;
    height: auto;
    max-height: 150px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.dashboard-nav .site-logo,
.public-jobs-nav .site-logo {
    max-height: 78px;
    max-width: 340px;
}

.header-brand-img.site-logo {
    max-height: 5rem !important;
    max-width: 340px;
    width: auto;
    height: auto;
}

@media (max-width: 767px) {
    .header_navbar .site-logo {
        max-height: 72px;
    }

    .header_navbar.sticky .site-logo {
        max-height: 64px;
    }

    .auth-brand-image {
        max-height: 120px;
    }
}
