.login {
  height: 100vh;
  padding: 0;
  margin: 0;
}
.login_img {
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg_left.d93d7ba6.png);
  background-size: cover;
}
.bg_img {
  background-image: url(../img/bg_right.4a88fe4a.png);
  background-size: cover;
}
.login_right {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login_right .logo {
  position: absolute;
  top: 0%;
  left: 0;
  width: 288px;
  height: 120px;
  background-size: cover;
}
.organization1 {
  width: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  color: #333333;
}
.organization1 .organization_item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.organization1 .organization_item .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
}
.organization1 .organization_item .el-select {
  width: 100%;
}
.organization1 .organization_item_btn {
  margin-top: 60px;
}
.organization_title {
  width: 100%;
  margin-bottom: 0px;
}
.organization_title .organization_title_wordage {
  height: 49px;
  text-align: center;
  font-size: 35px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 49px;
  color: #333333;
  opacity: 1;
}
.organization_title .organization_title_way {
  margin: 48px 0;
  padding: 0 23%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
