html {
    height: 100%;
}
body{
    background-image: url('/custom/img/bg/bg2.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#id_header {
    background: #8888;
}
#id_img_code {
    width: 100%;
    height: 29px;
}
.clz_register, .clz_forget_pwd{
    color: #f5f5f0;
}