﻿/* login-page */
body.login-page {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    background-color: #EFF2F5;
}

    body.login-page .row {
        margin: 0 auto;
        width: 620px;
        text-align: center;
        line-height: 50px;
    }

    body.login-page .login-page-box {
        background-color: #FFFFFF;
        background-image: url("/Content/Images/login_center_bg.png");
        background-repeat: repeat-x;
        background-position: bottom;
        padding-bottom: 25px;
    }

    body.login-page .form-control {
        display: initial;
    }

    body.login-page .btn-default {
        width: 280px;
        height: 50px;
        font-family: 'Microsoft YaHei';
        font-size: 18px;
        color: #E0EDF8;
        background-color: #2B98DD;
        border: none;
        border-radius: 0;
        margin-top: 30px;
    }

    body.login-page h4 {
        font-size: 21px;
        color: #34495E;
        font-weight: 700;
        margin: 30px auto;
    }

    body.login-page p {
        color: #7B8B95;
    }

    body.login-page input[type="text"].form-control,
    body.login-page input[type="password"].form-control {
        border-radius: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        background-color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
        border-bottom-color: #D7DFE8;
        padding-left: 30px;
        text-align: left;
    }

    body.login-page i {
        margin-right: -20px;
        color: #B8C4CE;
    }

    body.login-page input[type="text"].input-validation-error,
    input[type="password"].input-validation-error {
        border-bottom-color: #b94a48;
    }

    body.login-page li, body.login-page ul {
        list-style: none;
        padding: 0;
    }

    body.login-page .head {
        height: 135px;
        width: 100%;
        background-color: #084972;
        text-align: center;
    }

        body.login-page .head img {
            margin: 0 auto;
            margin-top: 45px;
        }

    body.login-page .login-footer .copyright {
        width: 650px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 100px;
        /*margin-top: 100px;*/
        line-height: 40px;
        position: relative;
        color: #B8C4CE;
    }

    body.login-page .login-footer .qr-android, body.login-page .footer .qr-iphone {
        position: absolute;
        width: 94px;
        height: 94px;
        display: block;
    }

    body.login-page .login-footer .qr-android {
        top: -10px;
        right: 132px;
    }

    body.login-page .login-footer .qr-iphone {
        top: -10px;
        right: 0px;
    }
input, select, textarea {
     max-width: 400px; 
}

#CaptchaImage {
    width: 100px;
    float: right;
}
.captcha {
    margin-bottom: 5px;
}
.captcha a {
    float: right;
    position: relative;
    top: 15px;
    right: -72px;
}
.captcha span {
    float: left;
    position: relative;
    top: -20px;
}
    .captcha span.field-validation-error {
        position: relative;
        top: -20px;
        left: -200px;
    }

#CaptchaInputText {
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
    width: 200px;
    font-size: 14px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    border-bottom-color: #D7DFE8;
    padding-left: 30px;
    margin-left: 55px;
    text-align: left;
    position: relative;
    top: -50px;
    float:left;
}