.bootstrap #shop-img {
    width: auto;
    height: 118.5px;
}

#shop-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent var(--login-logo) no-repeat center / contain;
}

#login-panel #shop_name,
#shop-img img {
    display: none;
}
