body{
  width: 100%;
  height: 100%;
  background: url(/statics/images/admin_img/login-bg.png) no-repeat left top ;
  overflow: hidden; 
  margin: 0;
}
.login-wrap{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.login_box{
  background: #fff url(/statics/images/admin_img/login_bg1.gif) no-repeat left top !important;
  border-radius: 12px;
}
.login-logo{
  width: 100%;
  height: 74px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0px 0px 10px 0px #e6e6e6;
}
.login-logo .login_img{
  width: 140px;
  height: 74px;
  background: url(/statics/css/style/img2/logo.png) no-repeat center;
  margin: 0 40px;
  background-size: contain;
}
.login-logo img{
  display: block;
  width: 140px;
  height: 42px;
  padding: 14px 0 14px 40px;
}
.login_box h2{
  color: #666;
}
.login_box .login_iptbox{
  margin: 10px 0 0 39px;
}
.login_box .login_iptbox .login_tj_btn{
  background: #d70b2a !important;
  border-radius: 10px;
}
.login-bot-txt{
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #eef0f0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.login-bot-txt p{
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1366px) {
  body{
        background: url(/statics/images/admin_img/login-bg.png) no-repeat left top ;
        background-size: cover;
  }
  .login_box{
    right: 50px !important;
  }
}<!--ºÄÊ±1780509209.4216Ãë-->