.el-loading-mask {
  z-index: 999 !important;
}

.login-shadow {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 768px;
  background: #000;
  opacity: 0.6;
  z-index: 99;
}

.login-box {
  width: 17.15rem;
  padding: 1.5rem 1rem 1.2rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  /* width: 16rem;
  height: 11rem;
  border-radius: 0.5rem;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99; */
}

.login-box .logo {
  width: auto;
  height: 2.4rem;
  display: block;
  margin: 0 auto 1rem auto;
}

.login-box .img-close {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: -2rem;
}

.login-box .title {
  width: 100%;
  text-align: center;
  justify-content: center;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.8rem;
}

.login-box .input-box {
  width: 14rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f6f6f6;
}

.login-box .input-box span {
  display: block;
  width: 4.6rem;
  height: 1.5rem;
  font-size: .65rem;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0.75rem;
  border: 0.05rem solid #2382ff;
  position: absolute;
  right: 0;
  top: 0.25rem;
  color: #2382ff;
}

.login-box input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  text-align: left;
  font-size: 0.65rem;
  color: #666;
}

.login-box .login-btn {
  width: 14rem;
  height: 2rem;
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  background: #2382ff;
  border-radius: 1rem;
  margin-top: 1rem;
  opacity: 0.5;
}

.login-box .canpress {
  opacity: 1;
}
