/* v007.6: use the selected LBG logo without redrawing or distorting it. */
.brand-logo-frame{
    position:relative;
    display:block;
    overflow:hidden;
    flex:0 0 auto;
    background:#103b30;
    border-radius:9px;
}
.brand-logo-frame img{
    position:absolute;
    top:-53.5%;
    left:-10.45%;
    width:118.3%;
    max-width:none;
    height:auto;
    display:block;
}
.brand-logo-frame-top{
    width:206px;
    height:54px;
}
.brand-logo-frame-login{
    width:330px;
    max-width:100%;
    aspect-ratio:3.8 / 1;
    border-radius:14px;
}
.login-brand{
    width:100%;
}
@media(max-width:1050px){
    .top-brand>.brand-logo-frame-top{
        display:block!important;
        width:54px;
    }
    .brand-logo-frame-top img{
        top:-29px;
        left:-22px;
        width:247px;
    }
}
