body{
  position: relative;
  background: url(../img/bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1200px;
  height: 651px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 37px 103px 0px rgba(12,13,41,0.45);
}

.ite {
  position: relative;
  width: 50%;
  height: 100%;
}
/* 左侧宣传 */
.slogan.ite {
  background: url(../img/banner.png) no-repeat center center;
  background-size: 100% 100%;
}

.slogan .slogan-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  color: #FFFFFF;
}

.slogan .slogan-text1 {
  text-align: center;
  line-height: 84px;
  font-size: 60px;
}

.slogan .slogan-text2 {
  margin-top: 10px;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
}

.slogan .slogan-tip {
  position: absolute;
  right: 48px;
  bottom: 35px;
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
  border-top: 1px solid #ffffff;
}

.slogan .slogan-tip .icon {
  margin-right: 12px;
}

/* 右侧登录 */
.login-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 403px;
}

.login-content .item {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: 1px solid #D4DEF1;
  border-radius: 38px;
}

.login-content .item:nth-child(1) {
  margin-top: 0;
}

.login-content .item.active {
  border: 0;
  box-shadow: 0px 8px 30px 0px #A3BBEB;
}
.login-content .item.login-bt {
  margin-top: 60px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 7px;
  color: #ffffff;
  border: 0;
  background: linear-gradient(270deg,rgba(107,112,231,1) 0%,rgba(88,118,242,1) 100%);
  box-shadow: 0px 10px 36px -6px #2058D6;
  cursor: pointer;
}

.user-wrapper img,.pw-wrapper img {
  margin-right: 30px;
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
}

.user-wrapper input,.pw-wrapper input {
  position: absolute;
  display: inline-block;
  width: 310px;
  height: 60px;
  line-height: 60px;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.save-login {
  margin: 30px 0 0 30px;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #AAB2C1 !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #75A0EE !important;
  border-color: #75A0EE !important;
}
.el-checkbox__inner:hover {
  border-color: #75A0EE !important;
}

