
.login_box {
    width: 100%;
    height: 100%;
    background-image: url("https://img.wondercdn.com/public/static/images/admin/login_bj.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 0;
}

.login_logo {
    width: 1200px;
    margin: 5% auto 10px;
    text-align: left;
}
.content_box{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    padding: 45px 0;
    -webkit-box-shadow: 0 0 30px rgba(14,5,10,0.17);
    -moz-box-shadow: 0 0 30px rgba(14,5,10,0.17);
    box-shadow: 0 0 30px rgba(14,5,10,0.17);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}
.content_box .left_box{
    width: 55%;
    float: left;
}
.left_box .content{
    padding: 0 50px;
    border-right: 1px solid #bfbfbf;
}
.left_box .content img{
    clear: both;
    display: block;
    margin: auto;
}
.left_box .content ul{
    padding-left: 0;
    overflow: hidden;
}
.left_box .content ul li{
    list-style: none;
    float: left;
    width: 50%;
}
.left_box .content ul li span{
    font-size: 14px;
    color: #5c5c5c;
    font-family: 寰蒋闆呴粦;
    position: relative;
    padding-left: 15px;
}
.left_box .content ul li span:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    background: #9dba32;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.left_box .content ul li p{
    padding-left: 15px;
    font-size: 13px;
    color: #9e9e9e;
    margin-top: 5px;
}
.login_form {
    width: 45%;
    background-color: rgba(255, 255, 255, 0.16);
}
.login_form form{
    padding: 0 40px;

}
.defaultForm h1 {
    font-size: 30px;
    color: #272727;
    letter-spacing: 0;
    line-height: 2.4em;
    text-align: left;
    margin-bottom: 0;
    padding-top: 40px;
    font-family: 寰蒋闆呴粦;
}

.form-group label {
    width: 100%;
    display: block;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.form-group input {
    width: 100%;
    background: #ffffff;
    font-size: 14px;
    border: 1px solid #f0eff0;
    height: 50px;
    text-indent: 1em;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 10px;
    box-shadow:1px 1px 3px 1px rgba(14,5,10,0.26) inset;
}

.login_submit {
    width: 100%;
    height: 50px;
    background: #9dba32;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s;
}

.login_submit:hover {
    background: #84a311;
    transition: all .3s;
}

@media (max-width: 1200px) {
    .login_logo,
    .content_box{
        width: 90%;
    }
    .content_box{
        left: 50%;
        margin-left: -45%;
    }
    .left_box .content img{
        width: 50%;
    }
    .left_box .content ul li{
        width: auto !important;
        margin-left: 80px;
    }
}
@media (max-width: 992px){
    .left_box .content ul li{
        margin-left: 20px;
    }
}
@media (max-width: 768px){
    .login_logo img{
        margin-top: 15%;
    }
    .defaultForm h1{
        font-size: 20px;
    }
    .form-group input{
        height: 40px;
        font-size: 14px;
    }
    .login_submit{
        height: 40px;
        font-size: 14px;
    }
    .content_box .left_box{
        display: none;
    }
    .login_form{
        width: 100%;
    }
    .content_box{
        margin-top: 30px;
    }
    .defaultForm h1{
        padding-top: 0;
        margin-top: 0;
    }
}
@media (max-width: 480px){
    .login_logo img{
        width: 80%;
    }
    .login_form form{
        padding: 0 20px;
    }
}
@media (max-height: 790px) {
    .login_logo{
        margin-top: 2%;
    }
    .left_box .content img{
        width: 40%;
        transition: all .3s;
    }
}