body { background: url(../images/light1.png) center center no-repeat #1c77ac; font-size: 14px; }

.loginbody, .registerBody { width: 692px; margin: 160px auto 20px; position: relative; }
.loginbody { height: 373px; background: url(../images/logininfo2.png) center center no-repeat; }

.loginbody h1, .registerBody h1 { font-size: 46px; text-align: center; color: #fff; position: absolute; top: -60px; width: 100%; text-align: center; }


.loginbox {
    position: absolute;
    left: 260px;
    top: 60px;
    width: 380px;
}

    .loginbox ul li {
        position: relative;
        height: 40px;
        padding: 10px 0 10px 100px;
    }

        .loginbox ul li label {
            width: 90px;
            text-align: right;
            position: absolute;
            left: 0;
            top: 10px;
            line-height: 40px;
        }

        .loginbox ul li input {
            height: 20px;
            padding: 9px;
            border: 1px solid #ccc;
        }

            .loginbox ul li input[type=checkbox] {
                float: left;
                width: 16px;
                height: 16px;
                margin-right: 10px;
            }

            .loginbox ul li input:hover {
                box-shadow: 0 0 3px #ccc;
            }

        .loginbox ul li span:hover {
            box-shadow: 0 0 5px #ccc;
        }

        .loginbox ul li #loginbtn {
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            background: #4098ca;
            border: 1px solid ##4098ca;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            width: 180px;
            text-align: center;
            border-radius: 5px;
            font-weight: bold;
        }

        .loginbox ul li .bghui {
            background: #ededed !important;
            color: #666 !important;
            border: 1px solid #ccc;
            cursor: default !important;
        }
        .loginbox ul li .layui-form-checkbox {
            width: 20px;
            height: 20px;
            line-height: 20px;
            padding-right: 0 !important;
        }
            .loginbox ul li .layui-form-checkbox i {
                width: 16px;
                height: 16px;
                border: 1px solid #d2d2d2 !important;
                font-size: 14px;
            }

            .footer {
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
                text-align: center;
                height: 50px;
                line-height: 50px;
                color: #fff;
                background: url(../images/loginbg2.png) center repeat-x;
            }

.registerBox { width: 450px; margin: 0 auto; background-color: #fff; padding: 20px; }



.layui-form-label { width: 90px; }
.layui-input-block { margin-left: 120px; }
#safecodeimg { height: 30px; margin-top: 5px; }


