.login {
  width: 526px;
  height: 727px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-363.5px);
  position: relative;
  background-color: #153c9d;
  border: 1px solid transparent;
  overflow: hidden;
}

.login-bg > * {
  position: absolute;
  background-size: cover;
}

.login-bg__close {
  width: 12px;
  height: 12px;
  right: 10px;
  top: 10px;
  z-index: 9;
  cursor: pointer;
  background: url(../../../static/images/icon-close.png) no-repeat;
}

.login-bg__close:hover {
  animation: roate180Animation .5s ease-in-out;
}

.login-bg__angle {
  width: 104px;
  height: 104px;
  right: 0;
  z-index: 1;
  background: url(../../../static/images/img-angle.png) no-repeat;
}

.login-bg__note {
  background: url(../../../static/images/img-note.png) no-repeat;
  background-size: contain;
}

.login-bg__note.left {
  width: 125px;
  height: 115px;
  top: 500px;
  left: 0;
  transform: rotateZ(30deg);
}

.login-bg__note.right {
  width: 140px;
  height: 140px;
  right: 20px;
  bottom: 10px;
}

.login-logo {
  width: 95%;
  height: 100px;
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #1c3b7d;
}

.login-logo__img {
  width: 140px;
  height: 45px;
  background: url(../../../static/images/img-logo.png) no-repeat;
  background-size: cover;
}

.login-logo h2 {
  font-size: 32px;
  color: #fff;
  margin-left: 20px;
}

.login-content {
  width: 339px;
  top: 60px;
  position: relative;
  margin: 0 auto;
}

.login-content > * {
  width: 100%;
  margin-top: 25px;
}

.login-content__remember {
  margin-top: 10px;
  display: flex;
  align-items: center;
  outline: none;
}

.login-content__remember span {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
}

.login-content__remember p {
  font-size: 12px;
  color: #fff;
  margin-left: 8px;
  cursor: pointer;
  user-select: none;
}

.icon-check {
  background: url(../../../static/images/icon-check.png) no-repeat;
}

.icon-checked {
  background: url(../../../static/images/icon-checked.png) no-repeat;
}

.login-content button {
  height: 50px;
  font-size: 30px;
  color: #fff;
  border-radius: 2px;
  outline: none;
  border: 0;
  cursor: pointer;
  background-image: linear-gradient(-180deg, #4f8ad5 2%, #50bcff 100%);
}

footer {
  width: 100%;
  opacity: 0.6;
  font-size: 12px;
  color: #fff;
  bottom: 18px;
  text-align: center;
  position: absolute;
}
