@media (max-width: 576px) {
    .nav-link {
        padding: 0.4rem 0.8rem;
    }
}

.authorized .header-navbar-brand:before {
    content: '';
    background: url("./cvt_4396.png") no-repeat 0 50%;
    background-size: contain;
    height: 80px;
    width: 168px;
    display: block;
}

@media (max-width: 539px) {
    .authorized .header-navbar-brand:before {
        margin-bottom: 10px;
    }
}

.authorized .header-navbar-brand span {
    display: none;
}

.anonymous-header-link {
    content: '';
    background: url("./cvt_4396.png") no-repeat 50% 50%;
    background-size: contain;
    display: block;
    width: 100%;
    height: 120px;
}

.anonymous-header-link span {
    display: none;
}
