/* Register */
.register {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-login01.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-login02.png');
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 150px, 150px;
  min-height: 80vh;
}
.register .register-card {
  border: none;
  background: #ffffff;
}
.register .subtitle {
  color: #6c6c6c;
  font-size: 0.95rem;
}
@media (min-width: 768px) {
  .register {
    background-size: 200px, 200px;
  }
}
@media (min-width: 992px) {
  .register {
    background-size: 250px, 250px;
  }
}
@media (min-width: 1200px) {
  .register {
    background-size: 280px, 280px;
  }
}
@media (min-width: 1400px) {
  .register {
    background-size: 300px, 300px;
  }
}/*# sourceMappingURL=register.css.map */