﻿html {
    height: 100%
}

body.login {
    height: 100%;
    /*background: url(/image/bg.png) no-repeat center fixed;*/
    background: url(/image/bg2.png) no-repeat center fixed;
    background-size: 100% 100%;
    color: rgba(255,255,255,.95)
}
.bgmao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*filter: blur(40px);*/
    background: url(/image/bg3.png) no-repeat center fixed;
    background-size: 100% 100%;
    background-color: rgba(213, 220, 229, 0.2);
    backdrop-filter: blur(10px);
}
.login-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 520px;
    width: 520px;
    margin-left: -260px;
    margin-top: -370px;
    background-size: 100% 100%;
}

.textImg {
    position: absolute;
    top: 28px;
    left: 41px;
    width: 158px;
    height: 40px;
    background-image: url(/image/textLogin01.png);
    background-size: 100% 100%;
}

.login-panel .section {
    width: 510px;
    margin: 0 auto;
}

.login-panel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: 0 0
}

.login-panel .login-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.login-panel .form-control {
    display: block;
    margin-top: 20px;
    padding-right: 47px;
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #b4bec8;
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    background: #ffffff none;
    text-fill-color: white;
    -webkit-text-fill-color: #333;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: #ffffff !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

.login-panel .uname {
    background: #ffffff;
    color: #333;
    margin-top: 0;
}

.login-panel .pword {
    /* background: #fff url(../../image/lockedIcon.png) no-repeat 10px center; */
    color: #333333;
    /*background-size: 32px 32px;*/
    margin-bottom: 0;
}

.login-panel .code {
    /*background: #fff url(../../image/codeIcon.png) no-repeat 10px center;*/
    color: #333333;
    /*margin: 0 0 15px 0;*/
    background-size: 32px 32px;
}

.login-panel .btn {
    margin-top: 40px
}

.login-panel form {
    width: 100%;
    height: 100%;
    -moz-box-shadow: 0px 0px 16px rgba(113,0,0,0.29);
    /* -webkit-box-shadow: 0px 0px 16px rgba(113,0,0,0.29); */
    /* box-shadow: 0px 0px 16px rgba(113,0,0,0.29); */
    -moz-border-radius: 8px;
    /* -webkit-border-radius: 8px; */
    /* border-radius: 8px; */
    /* padding: 0; */
    /* background-image: url('../../image/backloginbor.png'); */
    /* background-size: 100% 100%; */
}

.titleWelcome {
    line-height: 32px;
    margin-bottom: 40px;
    font-size: 28px;
    color: #1E293D;
    width: 100%;
    text-align: center;
}

.login-titleStyle {
    text-align: center;
    margin-bottom: 80px !important;
    color: #ffffff;
    font-size: 48px;
    font-family: HuXiaoBo-NanShen Regular, HuXiaoBo-NanShen Regular-Regular;
    font-weight: 400;
}

.login-messageStyle {
    position: absolute;
    padding: 50px 40px;
    top: 50%;
    left: 50%;
    height: 395px;
    width: 420px;
    margin-left: -210px;
    margin-top: -175px;
    background-color: rgba(255, 255, 255, 0.4);
    /*box-shadow: 0px 0px 12px #49546b;*/
    border-radius: 4px;
    z-index: 999;
}

.leftIconBg {
    position: absolute;
    top: 1px;
    right: 4px;
    width: 38px;
    height: 38px;
    background: #f2f2f2;
    z-index: 0;
    color: #ffffff;
    background-size: 32px 32px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .leftIconBg.uname {
        background: #ffffff url('/image/person.png') no-repeat 8px center;
    }

    .leftIconBg.pword {
        background: #ffffff url('/image/password.png') no-repeat 8px center;
    }

    .leftIconBg.code {
        top: 21px;
        right: 2px;
        background: #ffffff url('/image/code.png') no-repeat 8px center;
    }

.clickloginbutton {
    background-color: #0F93FF;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-top: 20px;
}

.clickLogin {
    display: inline-block;
    height: 40px;
    width: 100%;
    line-height: 38px;
}

.btn-success-login {
    background-color: #39A6FF;
    border-color: #39A6FF;
    color: #FFFFFF;
    font-size: 18px;
    padding: 11px 0;
}

    .btn-success-login:hover, .btn-success-login:focus {
        color: #ffffff;
        background-color: #108df2;
        border-color: #108df2;
    }

.login-info ul {
    line-height: 25px;
    margin-top: 50px;
    font-size: 13px
}

.login-footer {
    border-top: solid 1px rgba(255,255,255,.3);
    margin: 20px 0;
    padding-top: 15px
}

/*弹出框里面文字的颜色*/
.layui-layer-content {
    color: #676a6c;
}

@media screen and (max-width:768px) {
    .login-panel {
        margin: 0 auto;
        width: 360px !important;
        padding: 20px
    }

        .login-panel .section {
            width: 100%;
            margin: 0 auto;
        }


    .login-footer, .form-control {
        margin-bottom: 10px
    }

    .login-panel .login-info ul {
        display: none;
    }
}

@media screen and (max-width:320px) {
    .login-panel {
        margin: 0 20px;
        width: auto
    }

        .login-panel .section {
            width: 100%;
            margin: 0 auto;
        }
}

.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
    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: #ffffff;
    }

    .checkbox-custom label {
        cursor: pointer;
        line-height: 1.2;
        font-weight: normal;
        margin-bottom: 0;
        text-align: left
    }




/*.leftIconBg:after {
    content: '';
    float: right;
    height: 22px;
    width: 1px;
    background: #bdbdbd;
    display: inline-block;
    margin-top: 8px;
    vertical-align: middle;
}*/

.bottomABmess {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #2C303C;
    text-align: center;
    padding-top: 75px;
}

.bottomTitle {
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    margin-bottom: 48px;
}

.copyrightText {
    color: #999999;
    font-size: 12px;
}





.Validform_error, input.error, select.error {
    background-color: #fff !important;
    border-color: #0F93FF !important;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #333 !important;
}

    input:-internal-autofill-selected:focus {
        appearance: menulist-button;
        background-color: #ffffff !important;
        background-image: none !important;
        color: #333 !important;
    }

input:-webkit-autofill {
    color: #333;
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

    input:-webkit-autofill:focus {
        color: #333;
        box-shadow: 0 0 0px 1000px #ffffff inset !important;
    }

.form-control:focus, .single-line:focus {
    border-color: #0F93FF !important;
}

input::-webkit-input-placeholder {
    color: #b4bec8 !important;
    text-fill-color: #b4bec8;
    -webkit-text-fill-color: #b4bec8;
}

input:-moz-placeholder {
    color: #b4bec8 !important;
    text-fill-color: #b4bec8;
    -webkit-text-fill-color: #b4bec8;
}

input::-moz-placeholder {
    color: #b4bec8 !important;
    text-fill-color: #b4bec8;
    -webkit-text-fill-color: #b4bec8;
}

input:-ms-input-placeholder {
    color: #b4bec8 !important;
    text-fill-color: #b4bec8;
    -webkit-text-fill-color: #b4bec8;
}
