.login_bg{
    background: url("../css/images/login3.png") no-repeat;
    width: 100%;
    height:auto;
    background-size: 69%;
    background-position-y: -12%;
}

.box_login{
    position: fixed;
    right: 0;
    width: 524px;
    padding: 30px 72px 10px 72px;
    background: #fff;
    height: 100%;
    overflow-y:scroll;
    margin-bottom: 40px;
}
.title_logo{
    margin: 80px 0 50px 0;
    text-align: center;
}
.title_logo img{
    width: 100px;
    margin-top: 11px;
}
.title_logo > h3{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-family: cursive;
    font-size: 26px;
}

.login_user{
    margin-bottom: 26px
}

.user_box{
    margin-bottom: 5px;
    padding: 0 12px;
}
.user_box img{
    width: 25px;
}
.user_box >span{
    display: inline-block;
    font-size: 12px;
    vertical-align: -2px;
}

.yz_input > input{
    width: 100%;
    height:38px;
    border: 1px solid #dbdbdb;
    text-indent: 15px;
}

.yzm_box{
    margin-bottom: 15px;
    padding-left: 4px;
}
.yzm_box img{
    width: 22px;
}
.login_yzm{
    margin-bottom: 26px;
}

.login_yzm > input{
    width: 45%;
    height:38px;
    border: 1px solid #dbdbdb;
    text-indent: 15px;
}

.yzm_box >span{
    display: inline-block;
    font-size: 12px;
    vertical-align: -2px;
}

#idcode{
    display: inline-block;
}

#ehong-code{
    padding: 4px;
}

.btn_login >button{
    padding: 10px 50px;
    font-size: 14px;
    margin-right: 25px;
    display: inline-block;
}

.btn-orange {
    color: #fff;
    background-color: #fd4b6d;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
 }

.btn-orange:hover{
    color: #fff;
    background-color: #fd7577;
}

.btn-blue{
    color: #fff;
    background-color: #219fd1;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-blue:hover{
    color: #fff;
    background-color: #32b1d1;
}

.qyzc{
    margin: 15px 0;
    font-size: 12px;
    color: #888;
}

.qyzc > a{
    cursor: pointer;
    color: #389af1;
}
.footer > ul{
    padding-left: 0;
}

.footer-register > ul li{
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    border-right: 1px solid #888;
    padding-right: 6px;
}
.footer-register > ul li:last-child{
    border-right: 1px solid #fff;
}

.btn_login{
    margin-bottom: 36px;
}

.btn-size{
    padding: 10px 20px;
}

.footer-register{
    position: absolute;
}

.login_user{
    position: relative;
}
