body.gin-login .toolbar-icon-default::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--gin-color-text, #000);
    -webkit-mask-image: url(/new/themes/bsg/img/logos/BSG-logo-only.png);
    mask-image: url(/new/themes/bsg/img/logos/BSG-logo-only.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}