#blocLoginPage{
    background: url("../images/login_page_bg.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.blocLoginPage-logo{
    position: absolute;
    top:48px;
    left: 83px;
}
.blocLoginPage-login{
    width: 414px;
    height: 414px;
    background: #ffffff;
    position: relative;
    top: 25%;
    margin: auto;
    border-radius: 15px;
}
.account_num{
    width: 364px;
    height: 54px;
    margin: auto;
    padding-top: 60px;
}
.account_num input, .account_passward input{
    width: 346px;
    height: 50px;
    font-size: 16px;
    padding-left: 14px;
}
.account_passward{
    width: 364px;
    height: 54px;
    margin:20px auto 0 auto;
}
.account_check_code{
    width: 364px;
    height: 54px;
    margin:20px auto 0 auto;
}
.account_check_code input{
    width: 215px;
    height: 50px;
    font-size: 16px;
    padding-left: 14px;
}
.check_code_img{
    width: 120px;
    height: 52px;
    border: 1px solid rgb(229,229,229);
    float: right;
}
.login_button{
    width: 358px;
    height:52px;
    background: url("../images/login_page_button.png") no-repeat center;
    margin: 48px auto 0 auto;
    cursor: pointer;
}

#dddd{
	width:100%;
    text-align:center;
    position: fixed;
    bottom: 30px;
    left:0px; 
    z-index:100;  
    font-size: 12px;
    bottom: 2px;
}
#dddd a{
display: inline-block;
color: #000;
}
