.login {
  height: 100vh;
  display: flex;
}
.login .left {
  width: 35.6vw;
  position: relative;
  background: url("../images/login-left.png") no-repeat;
  background-size: cover;
}
.login .left .top {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  color: #fff;
}
.login .left .content {
  position: absolute;
  top: 50%;
  height: 491px;
  padding-top: 50px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.login .left .content p {
  color: #fff;
}
.login .left .content p:nth-child(1) {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.login .left .content p:nth-child(2) {
  font-size: 18px;
}
.login .left .content img {
  position: absolute;
  top: -50px;
  width: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.login .right {
  flex: calc(100vw - 35.6vw);
  position: relative;
  background: url("../images/login-right.png") no-repeat;
  background-size: cover;
}
.login .right .login-title {
  color: #666;
  margin-bottom: 40px;
}
.login .right .login-title .blue {
  font-size: 24px;
  color: #2468f2;
}
.login .right .login-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
.login .right .login-content .float-title {
  position: absolute;
  top: -60px;
  left: 0;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.login .right .login-content .form-floating label {
  color: #999;
}
.login .right .login-content .form-floating.verify-input {
  position: relative;
  margin-bottom: 40px;
}
.login .right .login-content .form-floating.verify-input img {
  right: 9px;
  border: 1px solid #ddd;
  top: 9px;
  height: 40px;
  position: absolute;
}
.login .right .login-content button {
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin-bottom: 40px;
}
.login-warp-bot {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 2;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.login-warp-bot p {
  margin: 0 20px 0 0;
  padding: 0;
}
.login-warp-bot .blue {
  color: #2468f2;
}
