html {
    height: 100%
}
body{
    font-size: 14px;
}
body.signin {

}
.header{
    width: 100%;
    height: 12%;
    display: flex;align-items: center;justify-content: center;
    background: url(../img/loginHead.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.header h1{
    font-size: 3em;
    font-weight: bold;
    position: relative;
    letter-spacing: 18px;
    color: #0c3875;
}
.header h1:before{
    content: attr(text);
    position: absolute;
    z-index: 10;
    color:#74a4ee;
    -webkit-mask:linear-gradient(to bottom, blue, transparent );
}
.input-tittle{
    width: 100%;
    height: 56px;
    background: #3571d3;
    display: flex;align-items: center;justify-content: center;color: #fff;
}
.input-container{
    padding: 6% 8%;
}
.input-item{width: 100%;display: flex;align-items: center;justify-content: left;margin: 20px 0 0;}
.input-item lable{width: 24%;color: #fff;}
.input-flex{width: 40%;display: flex;align-items: center;justify-content: left;margin-right: 4%;}
.imgcode{width:100%;
    height: 40px;}
.col-login-box{width: 24%;float: right;margin-right: 5%;}
.col-rule-box{
    width: 22%;background: rgba(255,255,255,.65);padding: 3%  3%;float: left;margin-left: 5%;
}
.col-rule-tittle{color: #333;border-bottom: #3b7fe0 1px solid;padding: 20px 0}
.col-rule-item{
    width: 100%;
}
.col-rule-item li{
    width: 100%;
    line-height: 32px;
    padding-bottom: 16px;
    margin: 10px 0;
    border-bottom: #3b7fe0 1px dashed;
}
.col-rule-item li a{
    width: 100%;white-space: normal;color: #666;font-size: 1em;
}
.operatePwd{width: 76%;margin-top:10px;margin-left: 24%;display: flex;align-items: center;justify-content: space-between;color: #fff;font-size: 0.75em;}
.btn-prime{width: 12%;text-align:center;border-radius:12px;line-height:48px;position: absolute;bottom: 10px;left: 44%;
background: linear-gradient(to bottom,#ecf463,#deba0a);color: #fff;font-size: 1.25em;border: none;outline: none;
}
.signinpanel {
    width: 100%;
    height: 78%;
position: relative;
    background: url(../img/loginBodyImg.jpg) no-repeat 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.col-container{
    width: 100%;
    overflow: hidden;
}
.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/user1.png) no-repeat 3% center;
    color: #333
}

.signinpanel .pword {
    background: #fff url(../img/locked.png) no-repeat 3% center;
    color: #333
}

.signinpanel .code {
    background: #fff no-repeat 3% center;
    color: #333;
}

.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 0 6px rgba(255,255,255,.5);
    -webkit-box-shadow:  0 0 6px rgba(255,255,255,.5);
    box-shadow:  0 0 6px rgba(255,255,255,.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 6px;overflow: hidden;
}

.signup-footer {
    border-top: solid 1px rgba(255,255,255,.3);
    height: 10%;
    display: flex;flex-direction: column;align-items: center;justify-content: center;
}
.pull-right p{text-align: center;font-size: 0.75em;}
@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
}