.backgroundNJ {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: url("https://yf.gpic.gd.cn/pldbYF/static/stand-alone/yunfu/images/bg.jpg") no-repeat top center;
  z-index: -99;
}
.backgroundNJ .center {
  position: relative;
  top: 50%;
  height: 300px;
  margin-top: -200px;
}
.backgroundNJ .center .title {
  width: 100%;
  color: white;
  background: #2e7ed0;
  opacity: 0.85;
  height: 110px;
  line-height: 110px;
  font-weight: normal;
  font-size: 35px;
  padding: 0 0 0 15%;
  margin: 95px 0;
  position: absolute;
  box-sizing: border-box;
}
.backgroundNJ .center .login-box {
  background-color: white;
  border-radius: 5px;
  width: 380px;
  position: absolute;
  top: 0px;
  right: 15%;
  height: 320px;
  padding: 0 20px;
  transition: all 0.8s ease;
}
.backgroundNJ .center .login-box.hide {
  top: -60px;
  opacity: 0;
}
.backgroundNJ .center .login-box h3 {
  text-align: center;
  color: #2e7ed0;
  font-weight: normal;
  font-size: 24px;
  margin: 24px 0;
}
.backgroundNJ .center .login-box .el-form-item__label {
  font-size: 16px !important;
  line-height: normal;
  padding-bottom: 10px;
}
.backgroundNJ .center .login-box .el-input__inner {
  border-radius: 8px;
  padding-left: 40px;
}
.backgroundNJ .center .login-box .el-input__icon {
  font-size: 22px;
}
.backgroundNJ .center .login-box .loginForm .loginBtn {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #2e7ed0;
  color: white;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
}
