
.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}
.code .el-input__prefix {
  margin-top: 8px !important;
}

@charset "UTF-8";
.logo[data-v-6bc2799e] {
  color: #000;
}
.logo h3[data-v-6bc2799e] {
  text-align: left;
}
.logo h2[data-v-6bc2799e] {
  text-align: left;
}
[class^=icon-][data-v-6bc2799e] {
  font-family: "iconfont" !important;
  /* 以下内容参照第三方图标库本身的规则 */
  font-size: 50px !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checked[data-v-6bc2799e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.checked p[data-v-6bc2799e] {
  color: #000;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
}
.checked p[data-v-6bc2799e]:hover {
  color: red;
}
.forgotPasswordtitle[data-v-2cfb7162] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  color: #000;
}
.forgotPasswordtitle p[data-v-2cfb7162] {
  padding: 0;
  margin: 0;
}
.forgotPasswordtitle .logOn[data-v-2cfb7162] {
  color: #b42023;
  cursor: pointer;
}
.login-copyright {
  color: #999;
  width: 100%;
  position: fixed;
  bottom: 30px;
  text-align: center;
}
.top-title {
  height: 14vh;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
}
.top-title img {
  height: 70px;
}
.login-container {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.login-top {
  width: 100%;
  height: 80vh;
  background: url("/img/log-on-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-top .box-card {
  width: 490px;
  height: 440px;
  text-align: center;
  padding: 0 50px;
  box-sizing: border-box;
  margin-left: 30vw;
}
.login-border {
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.login-main {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-submit {
  width: 100%;
  height: 45px;
  font-size: 18px;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: 300;
  font-weight: 600;
  cursor: pointer;
  font-family: "neo";
  transition: 0.25s;
  border-radius: 10px;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
  color: red;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 12px;
}
.login-form .el-input .el-input__prefix i {
  padding: 0 5px;
  font-weight: 600;
  font-size: 18px !important;
  margin-top: 6px;
}
.login-code {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
}
.mini_qr {
  position: fixed;
  right: 60px;
  bottom: 0;
  padding: 36px;
  padding-bottom: 85px;
  z-index: 1000;
}
.mini_qr p {
  text-align: center;
  color: #81818e;
  font-size: 12px;
}
.bottom-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6vh;
}
.bule {
  color: blue;
}
