﻿* {
    margin: 0;
    padding: 0;
}

    *:not([class*="glyphicon"]):not([class*="iconfont"]):not([class*="layui-icon"]) {
        font-family: "Microsoft YaHei","Arial","SimHei","SimSun",sans-serif !important;
    }

body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.loginLeft {
    height: 100%;
    position: relative;
    margin-right: 420px;
    background: url(/Content/IMG/SysAccount/loginbj_01.jpg) no-repeat center bottom;
    background-size: cover;
}

    .loginLeft img {
        width: 120px;
        position: absolute;
        left: 80px;
        top: 70px;
    }

.LoginDiv {
    width: 420px;
    height: 100vh;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    padding: 152px 33px 0 33px;
    top: 0;
    right: 0;
}

.TitleContainer {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 35px 20px;
    color: #000;
}

.Title {
    font-size: 32px;
    /*text-transform: uppercase;*/
}

.LanguageVersion {
    position: absolute;
    top: 0;
    right: 0;
}

    .LanguageVersion > a {
        font-weight: normal;
        font-style: normal;
        width: 100px;
        text-align: right;
        color: #bbb;
        font-size: 14px;
        cursor: pointer;
        display: block;
    }

        .LanguageVersion > a:hover {
        }

.LanguageVersionOptions {
    height: auto;
    z-index: 10;
    float: right;
    width: 80px;
    background-color: #fff;
    border: 1px solid rgb(183,212,234);
    border-radius: 3px;
    position: relative;
    right: 0;
    display: none;
    top: 4px;
    z-index: 10;
}

    .LanguageVersionOptions > ul {
        list-style: none;
        font-size: 14px;
        padding: 6px 0px;
        box-sizing: border-box;
    }

        .LanguageVersionOptions > ul > li {
            height: 24px;
            line-height: 24px;
            padding: 0px 0px 0px 13px;
            cursor: pointer;
            color: #6B6B6B;
            font-size: 13px;
        }

    .LanguageVersionOptions li:hover {
        background-color: rgb(219,234,245);
    }

.form-input {
    position: relative;
}

    .form-input input {
        height: 60px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 3px;
        border: 1px solid #bbbbbb;
        padding: 0 20px;
        line-height: 60px;
        color: #333;
        outline: none;
        margin-bottom: 12px;
    }

    .form-input span {
        position: absolute;
        right: 10px;
        top: 24px;
        color: #bbb;
    }

.ForgotPwd {
    font-size: 13px;
    color: rgb(55,126,178);
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 22px;
}

    .ForgotPwd:hover {
        text-decoration: underline;
    }

.ErrorMsg {
    position: absolute;
    top: 300px;
    left: 18px;
    font-size: 13px;
    color: #FF0000;
    cursor: pointer;
    display: none;
}

.LoginBtn {
    height: 62px;
    width: 100%;
    line-height: 62px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    background-color: rgb(70, 155, 235);
    border-radius: 5px;
    cursor: pointer;
    margin: 25px 0 30px;
}

.LoginBtnDisabled {
    background-color: rgb(204,204,204) !important;
}

.Loading {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border: none;
    position: absolute;
    left: 245px;
    top: 405px;
    display: none;
}

.Logining {
    background-color: rgb(204,204,204) !important;
}

.unUsed {
    background-color: rgb(204,204,204) !important;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC !important;
}
