.logincover{
    width: 100%;
    height: 100%;
    background: url('https://files.mijwed.com/adminlogo/login-bg.png') no-repeat;
    background-size: cover;
    position: absolute;  
}
.login_enter{
    width:1200px;
    height: 600px;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-50%);
    background-image: url('https://files.mijwed.com/adminlogo/passportbg.png');
    background-repeat: no-repeat;
    box-shadow:0px 2px 12px rgba(0,0,0,0.06);
    margin: 0;
    background-color: #fff;
    z-index: 200;
    background-position: left;
    font-weight: 400;
}
.login_enter form{
    height: 100%;
    width: 480px;
    float: right;
}
.login-logo{
    display: block;
    margin: 108px auto 0;
}
table{
    width: 100%;
}
.login_input{
    width: 266px;
    height: 36px!important;
    line-height: 36px;
    border:1px solid #E6E6E6;
    display: block;
    margin: 24px auto 0;
    padding-left: 44px!important;
}
.login_input::placeholder{
    color: #CCCCCC;
    font-size: 14px;
}
table td{
    position: relative;
}
table td .login-icon{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 90px;
    top: 36px;
}
.yzcode{
    position: absolute;
    right: 100px;
    top: 30px;
}
.login_button{
    width:320px;
    height:48px;
    background:linear-gradient(90deg,rgba(220,20,20,1) 0%,rgba(250,148,92,1) 100%);
    box-shadow:0px 5px 10px rgba(235,74,26,0.15);
    border-radius:4px;
    font-weight:600;
    color: #fff;
}
.login_foot{
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 80px;
}
.login_foot a{
    color: #999999!important;
}