.login_page * {
  box-sizing: border-box;
}
.login_page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-width: 1200px;
  min-height: 500px;
  overflow: hidden;
  box-sizing: border-box;
  background: url(../img/login_NewBg.7845806e.jpg) left top no-repeat;
  background-size: 100% 100%;
}
.login_page:after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlJREFUeNpivHxo9X8GMgALlC4E4gtE6jEA4n6Yxgu6dqEHiNEFdCGYZmIgE4xqHFQaGclNcgABBgDSuQ0pmLuLUgAAAABJRU5ErkJggg==);
  background-size: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
}
.login_page .login_body {
  display: flex;
}
.login_page .login_body .login_img {
  width: 220px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.login_page .login_body .login_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.login_page .login_body .login_window {
  width: 372px;
  padding: 32px 0;
  box-shadow: 2px 2px 2px #494141;
  background-color: #fff;
  border-radius: 4px;
}
.login_box {
  flex-direction: column;
}
.login_box .login_logo {
  margin-bottom: 15px;
}
.login_box .login_logo img {
  height: 30px;
}
.login_box .login_input {
  margin-top: 24px;
  width: 100%;
  position: relative;
}
.login_box .login_input .login_error {
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  background-color: transparent;
  padding-left: 0;
  text-align: left;
}
.login_box .login_input .login_error .login_error_text {
  font-size: 12px;
  color: #e73d4a;
}
.login_box .login_input .el-input__inner {
  height: 40px;
  line-height: 40px;
  background: #ffffff !important;
}
.login_box .login_tip {
  margin-top: 11px;
  margin-bottom: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.login_box .login_tip .login_forgot {
  color: #ffaa00;
  font-size: 12px;
  cursor: pointer;
}
.login_box .login_btns {
  position: relative;
  justify-content: space-between;
  margin-top: 24px;
}
.login_box .login_btns .el-button {
  width: 100%;
  font-size: 16px;
  height: 40px;
}
.login_bottomBoxImgs {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-top: -4px;
}
.login_bottomBoxImgs .loginBoxTitle {
  position: relative;
  width: calc(100% + 10px);
  height: 24px;
  left: -5px;
  margin-top: 32px;
}
.login_bottomBoxImgs .loginBoxTitle .loginBoxTitleFont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 10px;
  font-size: 12px;
}
.login_bottomIms {
  justify-content: center;
}
.login_bottomIms img {
  width: auto;
}
.login_boxImgsAll {
  display: flex;
  padding-top: 20px;
  align-items: center;
}
.login_boxImgsAll img {
  height: 23px;
  width: auto;
  cursor: pointer;
}
.login_bottomShu {
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: absolute;
  top: 50%;
}
