.lock-container[data-v-2850e0a5] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lock-container .title[data-v-2850e0a5] {
  text-align: center;
  margin-bottom: 8px;
}
.lock-container[data-v-2850e0a5]::before {
  z-index: -999;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bg/login.png");
  background-size: cover;
}
.lock-form[data-v-2850e0a5] {
  width: 300px;
}
