html {
    height: 100%
}

body.signin {
    height: auto;
    background: url(../img/fangkeyuyue.png) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255, 255, 255, .95)
}

.login-box{
    width: 930px;
    height: 560px;
    margin: auto;
    margin-top: 8%;
    background-color: rgba(255,255,255,0.2);
    border-radius: 20px;
}
.content-left{
    margin-top: 10px;
    width: 50%;
    display: inline-block;
}
#logimg{
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}
#text1{
    display: block;
    font-size: 2.75rem;
    color:#1e4ba3;
    font-weight: 1000;
    padding-top: 32px;
    padding-left: 115px;
}
#text2{
    display: block;
    color: #1e4ba3;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing:0.5px;
    margin-left: 115px;
}
#text3{
    display: block;
    margin-left: 278px;
    margin-top: 416px;
    font-size: 18px;
    font-weight: 600;
    color:#1e4ba3;
}
#text4{
    display: block;
    margin-left: 108px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing:0.5px;
    color:#1e4ba3;
}
.content-right{
    position: absolute;
    display: block;
    float: right;
    margin-top: 0px;
    display: inline-block;
    width: 480px;
}
.block-inner{
    float: left;
    width: 100%;
}
.button-box{
    float: left;
    display: block;
    font-size: 22px;
    color: #999999;
    margin-top: 22px;
    width: 88px;
    height: 58px;
    cursor: pointer;
}
.on{
    color: #1e4ba3;
    border-bottom: #1e4ba3 solid 3px;
}
#load{
    margin-left: 80px;
}
#rec{
    margin-left: 130px;
}
.line{
    /*border: #999999 solid 0.5px;*/
    width: 392px;
    margin: 80px auto 60px auto;
}
.form-control{
    height: 50px;
    width: 392px;
    margin-left: 36px;
    border-radius: 10px;
    font-size: 16px;
}
#btnSubmit{
    width: 392px;
    height: 50px;
    background-color:#1e4ba3;
    color: white;
    font-size: 22px;
    margin-left: 36px;
    margin-top: 40px;
    border-radius: 10px;
    border: 0;
}
.box-input{
    height: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.fogetPwd{
    margin-left: 36px;
    cursor: pointer;
}
.noteLog{
    margin-left: 276px;
    cursor: pointer;
}
#name{
    /*background: url(../img/mine.png) no-repeat 10px center;*/
    text-indent: 30px;
}
#password{
    /*background: url(../img/cipher.png) no-repeat 10px center;*/
    text-indent: 30px;
}
.bottom-bd{
    /*background: url(../img/juxing.png) no-repeat;*/
    width: 930px;
    height: 60px;
    margin: -9px auto;
}

.signinpanel {
    width: 750px;
    margin: 10% auto 0
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: 0
}

.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(../img/user.png) no-repeat 95% center;
    color: #333
}

.signinpanel .pword {
    background: #fff url(../img/locked.png) no-repeat 95% center;
    color: #333
}

.signinpanel .code {
    background: #fff no-repeat 95% center;
    color: #333;
    margin: 0 0 15px 0
}

.signinpanel .btn {
    margin-top: 15px
}

.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, .03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px
}

.signup-footer {
    border-top: solid 1px rgba(255, 255, 255, .3);
    margin: 20px 0;
    padding-top: 15px
}

@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
    }
}

.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    display: inline-block
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px
}

.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 17px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 42%;
    left: 3px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333
}

.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left
}