/* CSS Document */

body {
    font-family: microsoft yahei;
    overflow:hidden;
}

    body:before {
        background: url(/MHContent/images/Theme/portal/jnbg.webp) no-repeat;
        background-size: 100% 100%;
        content: "";
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

.login_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 31.771vw;
    box-shadow: 0px 6px 10px 0px rgba(14, 36, 91, 0.1);
    border-radius: 6px;
    background: rgba(255,255,255,0.8);
}

.login_main_content {
    margin: 5.676vh 0px;
}

.login_main_left {
    width: 320px;
    float: left;
}

.login_main_right {
    width: 22.917vw;
    margin: 0 auto;
}
.login_body table{
    width:100%;
}

.login_header {
    width: 100%;
    float: left;
    padding-top: 80px;
}

.login_body {
    width: 100%;
}

.login-title {
    height: 13.21vh;
     margin-bottom: 5.986vh;
    width: 100%;
}
    .login-title img {
        width: 100%;
        height: auto;
    }

    .login_header #PlatName {
        text-align: center;
    }
.login_header #PlatName img{
}

.login_header #PlatLogo {
    text-align:center;
    padding-top:10px;
}

.login_header #PlatLogo img {
}

.login_header #PlatFeiji {
    text-align: center;
    left: -350px;
    top: 180px;
    position: absolute;
}

.login_header #PlatFeiji img {
    width:550px;
}

.login_body table tr td {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}

.login_body input {
    outline: none;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 22px;
    width: 100%;
    height: 4.541vh;
    padding: 0 2.969vw;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #47414F;
}
.errors_td {
    height: 5.367vh;
}
.login_body table tr td .input-icon {
    position: absolute;
    left: 24px;
    height: 2.065vh;
}

.login_body table tr td.password {
    letter-spacing:15px;
}

.nameSplitpassword {
    height: 15px;
}

.login_main_footer {
    display: none;
    height: 45px;
    line-height: 45px;
    width: 100%;
    float: left;
    text-align: center;
    color: #808080;
    font-size: 14px;
}

.login_body table tr td label {
    width: 120px;
    display: inline-block;
    position: relative;
    text-indent: 49px;
    float: left;
    cursor: pointer;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878E94;
}

    .login_body table tr td label input {
        height: 15px;
        width: 15px;
        position: absolute;
        left: 30px;
        top: 0;
    }

.login_body table tr td button {
    width: 100%;
    float: right;
    border: none;
    cursor: pointer;
    margin-right: 1px;
    height: 4.541vh;
    background: #061E73;
    border-radius: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
}
    .login_body table tr td button:hover {
        background-color: #061E82;
    }

#login-split {
    float: left;
    width: 1px;
    padding-top: 33px;
}

.text-danger {
    width: 100%;
    color: red;
    font-size: 14px;
    text-align: center;
}

.text-danger ul {
    padding: 0px;
    margin: 0px;
}

.text-danger ul li {
    list-style: none;
}


/* palceholder style */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #c9c9c9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #c9c9c9;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c9c9c9;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #c9c9c9;
}
/* ** */

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: transparent;
}
/**********************/


.login_body table tr td span {
    font-size: 14px;
    padding-top: 30px;
    display: inline-block;
    float: left;
}

.login_body table tr td a {
    font-size: 14px;
    padding-top: 30px;
    display: inline-block;
    float: left;
    color:#ffd800;
}