html {
    height: 100%
}

.signin {
    height: auto;
    background: url(../img/login-bg2.jpg) no-repeat top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.signin1 {
    height: auto;
    background: url(../img/login-bg-halcyon.jpg) no-repeat top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pull-height {
    height: 100%;
    overflow: hidden;
}

.login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}

.signinpanel {
    width: 400px;
    margin: 13% auto 0;
    background-color: #ffffff;
    border-radius: 10px;
}

.signinpanel .icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    margin: 5px 0;
    vertical-align: top;
}

.signinpanel .logopanel {
    width: 156px;
    height: 40px;
    transform: scale(0.6);
    margin: 0 auto;
}

.logopanel img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}

.form-p input {
    border: none;
    border-bottom: 1px solid #EEEEEE;
    height: 30px;
    background-color: transparent;
    display: inline-block;
    width: 90%;
    padding-left: 10px;
    margin-left: 5px;
}

.form-p input:focus {
    outline: none;
    border-bottom: 1px solid var(--f-c-root);
}

.form-p .code-form {
    width: 52%;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.signinpanel .form-control {
    display: inline-block;
    width: 70%;
}

.signinpanel .uname {
    background: #fff url(../img/user1.png) no-repeat;
}

.signinpanel .pword {
    background: #fff url(../img/locked1.png) no-repeat;
}

.signinpanel .code {
    background: #fff url(../img/code.png) no-repeat;
}

.code-img {
    display: inline-block;
    width: 100px;
    height: 30px;
    margin-left: 12px;
}

.code-img img {
    width: 100%;
    height: 100%;
}

.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
}

.signinpanel .btn {
    background-color: var(--f-c-root);
    border-color: var(--f-c-root);
    margin-top: 35px;
    color: #ffffff;
    border-radius: 15px;
}

.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
    }
}

/*
鐧诲綍鐣岄潰check鏍峰紡
*/
.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
    display: inline-block;
}

/*
灏嗗垵濮嬬殑checkbox鐨勬牱寮忔敼鍙�
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0; /*灏嗗垵濮嬬殑checkbox闅愯棌璧锋潵*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}

/*
璁捐鏂扮殑checkbox锛屼綅缃�
*/
.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;
}

/*
鐐瑰嚮鍒濆鐨刢heckbox锛屽皢鏂扮殑checkbox鍏宠仈璧锋潵
*/
.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; /*鏀瑰彉浜唕ememberme鐨勫瓧浣�*/
    margin-bottom: 0;
    text-align: left;
}
