/*css document*/
body,html{
    height: 100%;
}
body{ min-width:1200px;overflow-x: auto;position: relative}
.login_left{
    width: 50%;
    height: 100%;
    background: url("../img/login_bg.png") no-repeat center;
    position: absolute;
    left: 0;
    top:0;
}
.login_right{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
}
.login_left img{
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -231px;
    margin-top: -73.5px;
}
.login_logo{
    text-align: center;
}
.login_logo img{
    width: 120px;
}
.login_box{
    position: absolute;
    width: 100%;
    top:50%;
    margin-top: -257px;
}
.login_box h6{
    text-align: center;
    font-size: 28px;
    color: #9FAFBF;
    margin-top:40px;
    padding-bottom: 11px;
}
.login_text{
    width: 322px;
    margin: 0 auto;
}
.login_text p{
    font-size: 15px;
    color: #4C575B;
    margin-top: 18px;
}
.login_text input{
    background: #F0F3F8;
    width: 300px;
    padding:0 10px;
    border: 1px solid #D9E2EB;
    border-radius: 5px;
    height: 36px;
    margin-top: 10px;
    box-shadow: 0 2px 5px #E7E8EA;
}
.login_text select{
    background: #F0F3F8;
    width: 282px;
    padding:0 10px;
    border: 1px solid #D9E2EB;
    border-radius: 5px;
    height: 36px;
    margin-top: 10px;
    box-shadow: 0 2px 5px #E7E8EA;
}
.login_remember{
    width: 322px;
    margin: 0 auto;
    font-size: 14px;
    color: #4C575B;
    padding-top:18px;
    padding-bottom: 18px;
}
.login_remember input{
    position: relative;
    top:1px;
}
.login_btn{
    display: block;
    width: 322px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #085080;
    border-radius: 5px;
    margin: 0 auto;
}
.login_bottom{
    border-top: 1px solid #EBEBEB;
    margin: 24px auto 0;
    text-align: center;
    width: 80%;
    font-size: 14px;
    color: #4C575B;
    padding-top: 6px;
}
.login_bottom a{
    color: #81D2ED;
}
.login_bottom p{
    margin-top: 21px;
}