/* login */
[data-theme="newyear"][data-site="BB"] .loginPageBg {
  background: url("/assets/GAMMA/newyear/img/LoginBg.png") no-repeat center top;
  background-size: 100% 100%;
}
[data-theme="newyear"][data-site="BB"] .formBox {
  padding: 110px 60px 95px;
  margin: -90px -35px 0;
  background: url("/assets/GAMMA/newyear/img/Loginbox.png") no-repeat center top;
  background-size: 100% 100%;
  box-shadow: none;
}
[data-theme="newyear"][data-site="BB"] .loginPageBg .logo {
  background: url("/assets/GAMMA/newyear/img/logo.png") no-repeat center;
  background-size: contain;
  z-index: 10;
}
[data-theme="newyear"][data-site="BB"] .loginPageBg .btn-browseFirst {
  color: #fff;
  text-shadow:
    0 0 5px rgba(0, 0, 0),
    0 0 5px rgba(0, 0, 0);
}
