.login {
    background-color: #fff!important;
    background: url('../../../../image/v2/login-bg.png');
    background-position: 0 0;
    background-size:80% auto;
    background-repeat:no-repeat;
}
html,body{
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login-wx-box-v2{
   
    width:470px;
    height:534px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #fff;
    padding-top:40px;
    
}
.input-icon{
    position: relative;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.input-icon>.form-control {
    padding-left: 33px;
    border:none;
    border-bottom:1px solid #f4f4f4;
    margin-bottom:30px;
}

.login2{
    width:310px;
    height:44px;
    background: #F01B1B;
    color:#fff;
    margin-top:50px;
    font-size:18px;
}

.login-icon{
    position: absolute;
    left:0;
    top:0;
}
.login-wx-box-v2.password-login{
    padding:70px 80px;
}
.login .copyright {
  position: absolute;
  bottom:0px;
  text-align: center;
  width: 100%;
  color:#333;
}
.login-logo{
    position:absolute;left:43px;top:42px;
}
@media screen and ( max-height: 600px ){
    .login .copyright {
        position: relative;
        bottom:0px;
        text-align: center;
        width: 100%;
        color:#333;
      }
}
@media screen and (max-width: 600px) {
    .login-logo{
        position:relative;
        left:auto;
        top:auto;
    }
}