body.viola-login-page .bg{
  background-color:#080706!important;
  background-image:url("../assets/themes/gold/role-selection-background.webp?v=9.8.50")!important;
  background-position:center!important;
  background-size:100% 100%!important;
  background-repeat:no-repeat!important;
}
body.viola-login-page .frame{display:none!important}
body.viola-login-page main.auth{padding-top:76px}
.login-lang{
  position:absolute;
  top:19px;
  right:19px;
  display:flex;
  gap:3px;
  padding:3px;
  border:1px solid rgba(231,185,87,.42);
  border-radius:999px;
  background:#0b0905;
}
.login-lang button{
  min-width:43px;
  height:33px;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(248,244,233,.67);
  font-size:12px;
  font-weight:900;
}
.login-lang button.is-active{border:1px solid #d4a645;background:linear-gradient(180deg,#50340f,#241605);color:#ffe2a0;box-shadow:inset 0 0 0 3px rgba(233,187,58,.09)}
@media(max-width:900px) and (orientation:portrait){
  body.viola-login-page .bg{background-image:url("../assets/themes/gold/role-selection-background-mobile.webp?v=9.8.50")!important}
}
@media(max-width:360px){
  body.viola-login-page main.auth{padding-top:68px}
  .login-lang{top:14px;right:14px}
  .login-lang button{min-width:38px;height:31px}
}
