﻿html {
    height: 100%;
    width: 100%;
}

body.signin {
    height: auto;
    width: auto;
    background: url(../../../../../content/static/images/loginback.png) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.signinpanel {
    width: 1200px;
    margin: 69px 19%;
}

    .signinpanel .logopanel {
        float: none;
        width: auto;
        padding: 0;
        background: url(../../../../../content/static/images/logo-16.png)
    }

    .signinpanel .signin-info ul {
        list-style: none;
        padding: 0;
        margin: 20px 0
    }

    .signinpanel .form-control {
        display: block;
        margin-top: 15px;
    }


    .signinpanel .uname {
        background: #fff url(../../../../../content/static/images/user.jpg) no-repeat left;
        color: #333;
        padding-left: 50px;
        border: none;
        border-top-color: rgba(255, 255, 255,.00);
        border-bottom: 2px solid rgb(153,153,153);
        font-family: STSong;
        font-size: 20px;
        height: 45px;
        width: 360px;
        margin-top: 0;
    }

    .signinpanel .pword {
        background: #fff url(../../../../../content/static/images/locked.jpg) no-repeat left;
        color: #333;
        padding-left: 50px;
        border: none;
        border-top-color: rgba(255, 255, 255,.00);
        border-bottom: 2px solid rgb(153,153,153);
        font-family: STSong;
        font-size: 20px;
        height: 45px;
        width: 360px;
        margin-top: 0;
    }

    .signinpanel .select {
        color: #333;
        padding-left: 50px;
        border: none;
        border-top-color: rgba(255, 255, 255,.00);
        border-bottom: 1px solid rgb(153,153,153);
        font-family: STSong;
        font-size: 20px;
        height: 45px;
        width: 300px;
        margin-left: 14px;
    }

    .signinpanel .searchable-select {
        color: #333;
        padding-left: 50px;
        border: none;
        border-top-color: rgba(255, 255, 255,.00);
        border-bottom: 1px solid rgb(153,153,153);
        font-family: STSong;
        font-size: 20px;
        height: 45px;
        width: 300px;
        margin-left: 14px;
    }

    .signinpanel .btn {
        background: #fff url(../../../../../content/static/images/login.jpg) no-repeat left;
        margin-top: 85px;
        border: none;
        font-family: STSong;
        font-size: 20px;
        width: 328px;
        height: 75px;
        line-height: 65px;
    }

    .signinpanel .m-t-none {
        margin-top: 40px;
    }

    .signinpanel form {
        background: rgba(255,255,255,.2);
        border: 1px solid rgba(255,255,255,.3);
        -moz-box-shadow: 0 3px 0 rgba(12,12,12,.03);
        -webkit-box-shadow: 0 3px 0 rgba(12,12,12,.03);
        box-shadow: 0 3px 0 rgba(12,12,12,.00);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 30px;
        margin: 1%;
    }

@font-face {
    font-family: 'AdobeHeitiStd-Regular';
    src: url(../../../../../content/static/fonts/AdobeHeitiStd-Regular.otf);
}

.signinpanel .panel-title {
    font-family: 'AdobeHeitiStd-Regular';
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 12px;
    color: rgb(32,64,153);
    margin-bottom: 58px;
}



.signup-footer {
    /*border-top: solid 1px; rgba(255,255,255,.3);*/
    margin: 20px 0;
    padding-top: 15px;
    margin-bottom: 0;
    float: none !important;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.layui-layout-admin .signup-footer {
    height: 40px;
    padding: 2px 0;
}

    .layui-layout-admin .signup-footer p {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
    }



@media screen and (max-width:768px) {
    .signinpanel, .signuppanel {
        margin: 0 auto;
        width: 420px !important;
        padding: 20px
    }

        .signinpanel form {
            margin-top: 20px
        }

        .signup-footer, .signuppanel .form-control {
            margin-bottom: 10px
        }

            .signup-footer .pull-left, .signup-footer .pull-right {
                float: none !important;
                text-align: center
            }

        .signinpanel .signin-info ul {
            display: none
        }
}

@media screen and (max-width:320px) {
    .signinpanel, .signuppanel {
        margin: 0 20px;
        width: auto
    }
}

label {
    font-weight: normal;
}
.layui-form-checkbox i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 28px;
    border: 1px solid #d2d2d2;
    /* border-left: none; */
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}