.login-container {
  background-image: url(/img/background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.login-weaper {
  margin: 0 auto;
  width: 1140px;
  height: 624px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.login-right {
  width: 478px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-right .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.login-right .header .title {
  font-size: 21px;
  color: #333;
  font-weight: bold;
  margin-left: 6px;
}

.login-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #efefef;
  height: 624px;
  border-radius: 10px;
  background-image: url(/img/login-show.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.login-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
  font-weight: bold;
}

.login-menu::hover {
  color: #409EFF;
}

.login-main {
  padding: 0 42px;
}

.login-submit {
  margin-top: 3px;
  width: 100%;
  height: 40px;
}

.login-form i {
  color: #333;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 18px;
}
.login-form .el-input input {
  padding: 20px 0 20px 40px;
  text-indent: 5px;
  background-color: #EAE9E9;
}
.login-form .el-input .el-input__suffix, .login-form .el-input .el-input__prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.login-form .el-input .el-input__prefix {
  margin-left: 8px;
}

.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 4px;
}

.login-code-img {
  width: 100px;
  height: 38px;
  border: 1px solid #f0f0f0;
}

.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}


.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}

.footer[data-v-9fa485f6] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
