
.login-wrap[data-v-15dc4f8d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #0caf60;
  background-size: 100% 100%;
}
.left[data-v-15dc4f8d] {
  position: relative;
  width: 50%;
  height: 100%;
}
.left img[data-v-15dc4f8d] {
  position: absolute;
  top: 8rem;
  left: 24rem;
  width: 42rem;
  height: 45rem;
  z-index: 1;
}
.right[data-v-15dc4f8d] {
  position: relative;
  border-radius: 24px 0px 0px 24px;
//width: 50%; height: 100%; background: #fff; z-index: 0;
}
.loginBox .LOGO[data-v-15dc4f8d] {
  margin-bottom: 40px;
  width: 180px;
  height: 40px;
  background: #0caf60;
}
.loginBox[data-v-15dc4f8d] {
  padding: 16rem 160px 0px 178px;
}
.right[data-v-15dc4f8d] input {
  border-radius: 14px;
  border: 0px;
  height: 54px;
  background: #fafafa;
}
.right[data-v-15dc4f8d] input:focus {
  background: #fff;
  border: 1px solid #0caf60;
}
.loginTitle[data-v-15dc4f8d] {
  margin-bottom: 46px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
.loginButton[data-v-15dc4f8d] {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  border: 0px;
  border-radius: 12px;
  height: 58px;
  width: 100%;
  background: #0caf60;
  color: #fff;
  outline: none;
}
.loginButton[data-v-15dc4f8d]:active {
  outline: none;
  border: 0px;
  background: #86d6af;
}
.captcha[data-v-15dc4f8d] {
  position: absolute;
  top: 8.5px;
  right: 15px;
  width: 76px;
  height: 37px;
  cursor: pointer;
}
.passwordBox[data-v-15dc4f8d] {
  position: relative;
}
.passwordBox i[data-v-15dc4f8d] {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 30px;
  color: #a0aec0;
  cursor: pointer;
}
.changeButton[data-v-15dc4f8d] .el-button {
  display: block;
  margin: 0 auto;
}
.tipsMsgBox[data-v-15dc4f8d] .el-dialog__header {
  display: none;
}
.tipsMsgBox[data-v-15dc4f8d] .el-dialog__body {
  background: #fff;
  color: #0caf60;
  text-align: center;
}

/* Microsoft Edge 适配 */
.changeButton .el-button[data-v-15dc4f8d] {
  display: block;
  margin: 0 auto;
}
.tipsMsgBox .el-dialog__header[data-v-15dc4f8d] {
  display: none;
}
.tipsMsgBox .el-dialog__body[data-v-15dc4f8d] {
  background: #fff;
  color: #0caf60;
  text-align: center;
}
.QRcodeBox div[data-v-15dc4f8d]:first-child {
  text-align: center;
  margin-bottom: 8px;
}
.QRcodeBox img[data-v-15dc4f8d] {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  cursor: pointer;
}
@media only screen and (max-height: 617px) {
.loginBox[data-v-15dc4f8d] {
    padding: 0;
}
.left img[data-v-15dc4f8d] {
    position: absolute;
    top: 5rem;
    left: 20rem;
    width: 28rem;
    height: 30rem;
    z-index: 1;
}
}
@media only screen and (max-height: 550px) {
.loginBox[data-v-15dc4f8d] {
    padding: 0;
}
.loginTitle[data-v-15dc4f8d] {
    margin-bottom: 22px;
    font-size: 24px;
}
.left img[data-v-15dc4f8d] {
    position: absolute;
    top: 1rem;
    left: 20rem;
    width: 28rem;
    height: 30rem;
    z-index: 1;
}
.loginButton[data-v-15dc4f8d] {
    margin: 20px auto;
}
}
@media only screen and (max-width: 1366px) {
.loginBox[data-v-15dc4f8d] {
    padding: 6rem 160px 0px 178px;
}
}
@media only screen and (max-width: 1000px) {
.loginBox[data-v-15dc4f8d] {
    padding: 0;
}
}

