/* CSS Document */
body {
    background: url(../Content/images/login-bodybg.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.wrapLogin {
    position: absolute;
    width: 640px;
    overflow: hidden;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -320px;
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    background: #ffffff url(../Content/images/login-boxbg.jpg) center 0 no-repeat;
    padding-top: 4px;
}

.loginBar {
    background: #242b31;
    overflow: hidden;
    padding: 20px 0 20px 30px;
}

.loginBox {
    width: 100%;
    overflow: hidden;
}

.loginForm {
    float: left;
    width: 98%;
    padding: 20px 0 0 170px;
    overflow: hidden;
}

    .loginForm h1 {
        color: #586470;
        font-size: 18px;
        font-family: "微软雅黑";
        font-weight: normal;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .loginForm ul {
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .loginForm ul li {
            width: 100%;
            overflow: hidden;
            position: relative;
            padding-bottom: 20px;
        }

.login-text {
    width: 215px;
    height: 36px;
    border: 1px solid #d2dbe2;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding: 10px 0 10px 55px;
}

    .login-text:hover {
        border: 1px solid #37bde0;
    }

    .company-text {
    width: 215px;
    height: 40px;
    border: 1px solid #d2dbe2;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding: 10px 0 10px 55px;
}

    .company {
    background: url(../Content/images/icon-account.png) 21px center no-repeat;
}
.account {
    background: url(../Content/images/icon-account.png) 21px center no-repeat;
}

.password {
    background: url(../Content/images/icon-password.png) 21px center no-repeat;
}

.login-btn {
    width: 208px;
    height: 57px;
    line-height: 57px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #232a30;
    font-size: 18px;
    font-family: "微软雅黑";
    background: #37bde0;
    margin-left: 30px;
    margin-top: 4px;
}

    .login-btn:hover {
        background: #33aece;
    }

.showError {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 25px;
    font-size: 12px;
    color: #ff0000;
}

.loginCode {
    float: left;
    width: 305px;
    overflow: hidden;
    text-align: center;
    margin-top: 24px;
    border-left: 1px dotted #5a6875;
}

    .loginCode h1 {
        color: #586470;
        font-size: 18px;
        font-family: "微软雅黑";
        font-weight: normal;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .loginCode img {
        border: 1px solid #bbbbbb;
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }

    .loginCode h2,
    .loginCode h3 {
        font-weight: normal;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .loginCode h2 {
        color: #586470;
        font-size: 14px;
        font-family: "微软雅黑";
    }

    .loginCode h3 {
        color: #6d6d6d;
        text-decoration: underline;
    }


/*系统提示*/
.wrap-systerm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../Content/images/white-bg.png) 0 0 repeat;
    z-index: 99;
}

.systerm-tips {
    width: 500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999;
    border: 1px solid #8f8f8f;
}

.systerm-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.systerm-close {
    position: absolute;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../Content/Images/layout-close.png) center center no-repeat;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

    .systerm-close:hover {
        background: url(../Content/Images/layout-close2.png) center center no-repeat;
    }

.systerm-h1 {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    background: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    border-bottom: 1px solid #e5e5e5;
}

.systerm_content {
    padding: 20px 20px 5px 20px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.systerm-h2 {
    font-size: 16px !important;
    color: #000000;
    line-height: 20px;
    margin-bottom: 5px;
}

.systerm-p {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 20px;
}

.systerm-btn {
    padding: 15px 20px 15px 0;
    text-align: right;
    overflow: hidden;
    background: #eaeaea;
}

    .systerm-btn input {
        line-height: 32px;
        padding: 0 25px 0 25px;
        border: 1px solid #357ebd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 14px;
        cursor: pointer;
        background: #428bca;
        background-image: -moz-linear-gradient(top, #4592d4, #0670af);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4592d4), to(#0670af));
        background-image: -webkit-linear-gradient(top, #4592d4, #0670af);
        background-image: -o-linear-gradient(top, #4592d4, #0670af);
        background-image: linear-gradient(to bottom, #4592d4, #0670af);
        margin-left: 20px;
    }

        .systerm-btn input:hover {
            background: #428bca;
            background-image: -moz-linear-gradient(top, #4592d4, #0670af);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4592d4), to(#0670af));
            background-image: -webkit-linear-gradient(top, #4592d4, #0670af);
            background-image: -o-linear-gradient(top, #4592d4, #0670af);
            background-image: linear-gradient(to bottom, #4592d4, #0670af);
        }

/*.close {
    position: fixed;
    right: 270px;
    width: 30px;
    height: 30px;
    background: url(../Content/images/x.png) center center no-repeat;
    cursor: pointer;
    z-index: 9999999;
}*/


.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}


#loading-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    margin-left: -27px;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999999;
}
