#app {
  background-image: url('/static/img/bg.jpeg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.title {
    position: fixed;
    top: 20px;
    left: 40px;
    font-size: 26px;
    color: #ffffff;
    z-index: 5;
}

.wrap {
  position: fixed;
  top: 50%;
  right: 18%;
  transform: translateY(-50%);
  width: 360px;
  background-color: rgba(255,255,255,0.15);
  z-index: 22;
  padding: 30px 50px;
  text-align: center;
  color: #268ceb;
}
.wrap > h1 {
  font: 400 25px Helvetica,Arial,sans-serif;
  line-height: 20px;
  margin: 10px 0 40px;
  position: relative;
}
.wrap > h1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20%;
  height: 1px;
  background: #268ceb;
}
.wrap > h1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 20%;
  height: 1px;
  background: #268ceb;
}
.wrap > input {
  width: 100%;
  border-radius: 3px;
  padding: 0 12px;
  border: 1px solid #cccccc;
  height: 42px;
  color: #777;
  margin-bottom: 25px;
}
.wrap > button {
  width: 100%;
  height: 44px;
  background-image: linear-gradient(120deg, #268ceb 0%, #15bec2 100%);
  border: none;
  color: #ffffff;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 25px;
}
.wrap > .code {
  position: absolute;
  right: 50px;
  top: 167px;
  height: 42px;
  width: 90px;
}
.wrap > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap span {
  cursor: pointer;
}

.info_footer {
  position: fixed;
  bottom: 80px;
  left: 1210px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  line-height: 20px;
}

.login_footer {
  position: fixed;
  bottom: 20px;
  left: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  line-height: 20px;
}
.w10::after, .w10::before {
  width: 10%!important;
}
.p-click {
  color: #268ceb;
  cursor: pointer;
}