.login-wrap {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: 100%;
  display: flex;
  align-items: center;
}
.login-wrap .login-container {
  border-radius: 10px;
  margin: 0px auto;
  width: 350px;
  padding: 30px 35px 15px 35px;
  background: #fff;
  border: 1px solid #eaeaea;
  text-align: left;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}
.login-wrap .login-container .logo {
  height: 150px;
  position: absolute;
  top: -170px;
  left: 50%;
  margin-left: -78px;
}
.login-wrap .title {
  margin: 0px auto 40px auto;
  text-align: center;
  color: #004994;
  font-size: 30px;
  font-weight: bold;
}
.login-wrap .remember {
  margin: 0px 0px 35px 0px;
}
.login-wrap .copyRight {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.56);
}
.operat-password {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #409eff;
}
.operat-password .el-checkbox__label {
  font-size: 12px;
  color: #409eff;
}
.operat-password span {
  cursor: pointer;
}
.login-btn {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background: #004994;
  border-color: #004994;
}
.login-btn:hover {
  background: rgba(0, 73, 148, 0.8);
}
