﻿.displaynone{display:none;}
.login {
    background: url(/Content/login/bg/6.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 800px;
    min-height: 600px;
    overflow: auto;
}

.text-indent45 {
    text-indent: 45px !important;
}

.width_100 {
    width: 100%;
}
.logo {
    width: 70px;
    overflow: hidden;
    float: left;
}
.logo img{width:50px;}

.login_banner {
    width: 100%;
    position: absolute;
    top: -25px;
}

.login .logo-container {
    width: auto;
    /*margin: 150px auto 60px auto;*/
    padding: 15px;
    text-align: center;
    line-height: 60px;
}

.login .content {
    /*background: url(../Images/bg-white-lock.png) repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;*/
    /*width: 1120px;*/
    width: 60%;
    position: absolute;
    top: 28% !important;
    left: 50%;
    transform: translate(-50%,0)
}

    .login .content .form-group_l {
    }

    .login .content .form-group_r {
        width: 360px;
        min-height: 390px;
        float: left;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 30px;
        border-radius: 2px;
    }

    .login .content h3 {
        color: #9195fc;
    }

    .login .content h4 {
        color: #9195fc;
    }

    .login .content p,
    .login .content label {
        color: #fff;
    }

    .login .content .login-form {
        padding: 0px;
        margin: 0px;
    }

        .login .content .login-form .form-group {
            float: left;
        }

    .login .content .form-control {
        margin: 10px 0 0 0;
        background-color: #fff;
        padding: 0 5px
    }

.input-icon {
    position: relative;
    left: 0;
}

.login .content .form-group .input-icon > i {
    color: #ccc;
    position: absolute;
    margin: 0;
    height: 38px;
    line-height: 38px;
    width: 38px;
    z-index: 3;
    font-size: 16px;
    top: 10px;
    left: 0;
    text-align: center;
    border-right: 1px solid #e0e3ea
}

.login .content .form-group input {
    width: 300px;
    float: left;
    text-indent: 5px;
    height: 40px;
    border-radius: 2px;
}

.help-block {
    width: 200px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    margin-left: 30px;
    color: #f37080 !important;
    font-weight: bold;
}

#local {
    width: 82px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 12px;
}

#local2 {
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-indent: 40px
}

.code-ico {
    top: 1px !important;
}

.login .content .form-title {
    font-family: "微软雅黑";
    font-size: 20px;
    color: #9195fc;
    font-weight: 700;
    text-align: center;
    height: 52px;
    margin: 30px 0 10px 0;
}

    .login .content .form-title:before {
        width: 88px;
        height: 3px;
        content: "";
        background: #9195fc;
        position: relative;
        top: -30px;
        left: 107px;
        display: block;
    }

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

    .login .content .form-actions .btn {
        margin-top: 45px;
        width: 100%;
        background: #9195fc;
        color: white;
        font-size: 18px;
        font-weight: bold;
    }

        .login .content .form-actions .btn:hover {
            margin-top: 45px;
            width: 100%;
            background: #5f65ea;
            color: white;
            font-size: 18px;
            font-weight: bold;
        }

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

/* select2 dropdowns */
.login .content .select2-container i {
    display: inline-block;
    position: relative;
    color: #ccc;
    z-index: 1;
    top: 1px;
    margin: 4px 4px 0px -1px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.login .content .has-error .select2-container i {
    color: #b94a48;
}

.login .content .select2-container a span {
    font-size: 13px;
}

    .login .content .select2-container a span img {
        margin-left: 4px;
    }

/* footer copyright */
.login .copyright {
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    bottom: 0;
    position: absolute;
    color: #eee;
}

@media (max-width: 480px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        padding: 30px;
        width: 222px;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .login .checkbox {
        font-size: 13px;
    }
}

.form-control {
    border: 1px solid #e0e3ea;
    border-radius: 2px;
}

.login .content .form-actions .btn {
    border-radius: 2px;
}

.has-error .form-control:focus {
    border: 1px solid #9ea8ba;
}

.has-error .form-control {
    border: 1px solid #f37080;
}

.help-block {
    margin-left: 0
}
