@charset "UTF-8";
/* 公共颜色变量 */
.login-container .container[data-v-37dfd6fc] {
  width: 100%;
  max-width: 1600px;
}
.header[data-v-37dfd6fc] {
  width: 100%;
}
.header .container[data-v-37dfd6fc] {
  min-height: 110px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header .logo img[data-v-37dfd6fc] {
  max-width: 400px;
}
.header .title[data-v-37dfd6fc] {
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  margin-left: 40px;
}
.login-content[data-v-37dfd6fc] {
  height: 583px;
  background: url(../img/bg.81f933b0.png) no-repeat top center;
}
.login-content .container[data-v-37dfd6fc] {
  max-width: 1240px;
  height: 100%;
}
.login-form[data-v-37dfd6fc] {
  width: 380px;
  padding: 30px 30px 20px;
  background: #fff;
  border-radius: 20px;
}
.login-form .title[data-v-37dfd6fc] {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.login-form[data-v-37dfd6fc] .el-form .el-input-group__prepend {
  padding: 0 15px;
}
.login-form[data-v-37dfd6fc] .el-form .el-form-item__error {
  left: 60px;
}
.login-form .code-wrap .el-input[data-v-37dfd6fc] {
  width: calc(100% - 100px);
}
.login-form .code-wrap .el-button[data-v-37dfd6fc] {
  width: 92px;
  padding-left: 0px;
  padding-right: 0px;
}
.login-form.login-code[data-v-37dfd6fc] .el-form .el-form-item__error {
  left: 73px;
}
