html, body {
  height: 100%; }

body {
  background: url("https://xst-public.oss-cn-shenzhen.aliyuncs.com/_static/login-bg.png") no-repeat center; }

.register-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.bg ul {
  width: 252px;
  height: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  color: white;
  line-height: 28px; }
  .bg ul li:nth-child(1) {
    width: 60px;
    height: 18px; }
  .bg ul li:nth-child(2) {
    height: 28px;
    width: 2px;
    background-color: #fff;
    margin-top: 5px;
    margin-left: 64px; }
  .bg ul li:nth-child(3) {
    font-weight: normal;
    margin-top: 5px; }

.bg .logo {
  height: 48px;
  margin: 0 auto;
  display: block; }

.bg .word {
  width: 164px;
  height: 19px;
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin: 0 auto;
  text-align: center; }

.bg .words {
  height: 18px;
  font-size: 16px;
  font-weight: 300;
  color: white;
  line-height: 18px;
  margin-top: 42px;
  text-align: center; }

.auth-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 16px 24px; }
  .auth-header .logo-link {
    display: inline-block; }
    .auth-header .logo-link img {
      height: 42px; }
  .auth-header .auth-text {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    padding-left: 24px;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    margin-left: 24px; }
