.access_box{
  position: absolute;
  right: 290px;
  height: 696px;
  width: 590px;
  margin-top: calc((100vh - 696px)/2);
  background: url(../../img/access.png) no-repeat 20px;
  z-index: -1
}
@media screen and (max-width: 1366px){
  .login_box{
    margin-left: 100px!important;
  }
  .access_box{
    right: 55px!important;
  }
}
@media screen and (max-width: 1366px){
  .login_box{
    margin-left: 70px!important;
  }
  .access_box{
    right: 30px!important;
  }
}
.login_box{
  float: left;
  margin-left: 190px;
  height: auto;
  width: 590px;
  background: #fff;
  margin-top: calc((100vh - 540px)/2);
  box-shadow: 0px 4px 20px 0px rgb(24 48 91 / 20%);
}
.login_box a{
  text-align: center;
  display: block;
  font-size: 27px;
  font-weight: 700;
  color: #18305B;
  margin-top: 82px;
  margin-bottom: 60px
}
.background{
  width: 75%;
  height: 100vh;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  z-index: -2;
  padding: 10px;
}
.background2{
  background: #EFF5FF;
  width: 100%;
  height: 100%;
  padding: 10px
}
.background3{
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 10px
}
.background1{
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 10px
}
.login_box input{
  margin: 0 auto;
  display: block;
  width: 430px;
  height: 55px;
  border: 1px solid #98BAF6;
  margin-bottom: 5px;
  padding-left: 60px
}
#username{
  background: url(../../img/icon-user.png) no-repeat 20px;
  background-size: 24px 24px;
}
#password{
  background: url(../../img/icon-pass.png) no-repeat 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-size: 24px 24px;
}
.icon_hide{
  background: url(../../img/icon-eye-hide.png) no-repeat;
  cursor: pointer;
}
.icon_show{
  background: url(../../img/icon-eye-show.png) no-repeat;
  cursor: pointer;
}
.icon_eye{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
  background-size: 24px 24px;
}
.out_password{
  width: 430px;
  margin: 0 auto;
  position: relative;
}
.login_box button{
  margin: 0 auto;
  display: block;
  width: 245px;
  height: 55px;
  background: #18305B;
  color: #fff;
  margin-bottom: 82px;
  margin-top: 30px;
}
.er{
  text-align: center;
}
.erdt{
  text-align: left!important;
  width: 430px;
  margin: 0 auto;
}