html {
    height: 100%;
}
.login {
    background: #031229 url(/images/bg_v2.png) 0px 0px no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    height: 100%;
    overflow: hidden;
    min-width: 1200px;
}
    .login:after {
        content: '';
        background-image: url(/Images/left-bottom.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 31%;
        height: 72%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 3;
    }
    .login .logo {
        margin: 36px 0 0 58px;
        /* padding: 15px; */
        text-align: left;
        position: absolute;
    }
    .login .content {
        /*background-color: #fff;*/
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        /* height: 400px; */
        margin: 0 auto 10px;
        /* padding: 10px 30px 30px; */
        overflow: hidden;
        position: relative;
    }
        .login .content h3 {
            color: #4b89dc !important;
            text-align: center;
            font-size: 22px;
            font-weight: 400 !important;
            margin: 0 0 10px;
        }
.logo img {
    width: 190px;
}
button#back-btn {
    border-color: #4b89dc;
    color: #4b89dc;
}
button.btn.btn-success.uppercase.pull-right {
    background-color: #4b89dc;
    border-color: #4b89dc;
}
button#back-btn:hover {
    background: #fff;
}
.login .content h4 {
    color: #555;
}
.login .content .hint {
    color: red;
    padding: 0;
    margin: 15px 0 7px;
    font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
}
.login .content .forget-form, .login .content .login-form {
    padding: 0;
    margin: 0;
}
.login .content .form-control {
    width: 100%;
    height: 44px;
    padding: 0;
    border: 1px solid #708195;
    box-sizing: border-box;
    text-indent: 20px;
    font-size: 14px;
    color: #abb2c4;
    outline: none;
    background: transparent;
    border-radius: 2px !important;
}
form#ForgetForm {
    width: 270px;
    margin: 0 auto;
}
.login .content .form-control:active, .login .content .form-control:focus {
    border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
    color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
    color: #8290a3;
}
.login .content select.form-control {
    padding-left: 9px;
    padding-right: 9px;
}
.login .content .forget-form, .login .content .register-form {
    display: none;
}
.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}
.login .content .form-actions {
    clear: both;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}
    .login .content .form-actions > .btn {
        margin-top: -2px;
    }
.login-options {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa !important;
    }
    .login-options .social-icons {
        float: right;
        padding-top: 3px;
    }
        .login-options .social-icons li a {
            border-radius: 15px !important;
            -moz-border-radius: 15px !important;
            -webkit-border-radius: 15px !important;
        }
.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}
.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.profile {
    position: absolute;
    top: 48%;
    left: 24%;
    width: 28%;
    background-size: 100%;
    height: 30%;
    z-index: -1;
    background-image: url(../../../../Images/slogon.png);
    background-repeat: no-repeat;
}
.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px !important;
}
.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #fff;
    border: none;
}
    .login .content .form-actions .btn-default:hover {
        background-color: #fafaff;
        color: #45b6af;
    }
.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}
.login .content .check {
    color: #8290a3;
}
.login .content .rememberme {
    margin-left: 8px;
}
.login .content .create-account {
    margin: 0 -40px -30px;
    padding: 15px 0 17px;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}
    .login .content .create-account > p {
        margin: 0;
    }
    .login .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #c3cedd;
    }
    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }
.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
}
@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #4b89dc;
    }
}
.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}
    .magic-radio[disabled],
    .magic-checkbox[disabled] {
        cursor: not-allowed;
    }
    .magic-radio + label,
    .magic-checkbox + label {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        cursor: pointer;
        vertical-align: middle;
        color: #fff;
    }
        .magic-radio + label:hover:before,
        .magic-checkbox + label:hover:before {
            animation-duration: 0.4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }
        .magic-radio + label:before,
        .magic-checkbox + label:before {
            position: absolute;
            top: 1px;
            left: 0;
            display: inline-block;
            width: 16px;
            height: 16px;
            content: '';
            border: 1px solid #c0c0c0;
            background: #fff;
        }
        .magic-radio + label:after,
        .magic-checkbox + label:after {
            position: absolute;
            display: none;
            content: '';
        }
    .magic-radio[disabled] + label,
    .magic-checkbox[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4;
    }
        .magic-radio[disabled] + label:hover,
        .magic-radio[disabled] + label:before,
        .magic-radio[disabled] + label:after,
        .magic-checkbox[disabled] + label:hover,
        .magic-checkbox[disabled] + label:before,
        .magic-checkbox[disabled] + label:after {
            cursor: not-allowed;
        }
            .magic-radio[disabled] + label:hover:before,
            .magic-checkbox[disabled] + label:hover:before {
                border: 1px solid #e4e4e4;
                animation-name: none;
            }
        .magic-radio[disabled] + label:before,
        .magic-checkbox[disabled] + label:before {
            border-color: #e4e4e4;
        }
    .magic-radio:checked + label:before,
    .magic-checkbox:checked + label:before {
        animation-name: none;
    }
    .magic-radio:checked + label:after,
    .magic-checkbox:checked + label:after {
        display: block;
    }
    .magic-radio + label:before {
        border-radius: 50%;
    }
    .magic-radio + label:after {
        top: 5px;
        left: 4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #4b89dc;
    }
    .magic-radio:checked + label:before {
        border: 1px solid #4b89dc;
    }
    .magic-radio:checked[disabled] + label:before {
        border: 1px solid #c9e2f9;
    }
    .magic-radio:checked[disabled] + label:after {
        background: #c9e2f9;
    }
    .magic-checkbox + label:before {
        border-radius: 3px;
    }
    .magic-checkbox + label:after {
        top: 2px;
        left: 5px;
        box-sizing: border-box;
        width: 6px;
        height: 12px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-top: 0;
        border-left: 0;
    }
    .magic-checkbox:checked + label:before {
        border: #4b89dc;
        background: #4b89dc;
    }
    .magic-checkbox:checked[disabled] + label:before {
        border: #c9e2f9;
        background: #c9e2f9;
    }
@media (max-width:440px) {
    .login .content, .login .logo {
        margin-top: 10px;
    }
    .login .content {
        width: 280px;
    }
        .login .content h3 {
            font-size: 22px;
        }
    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }
    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }
    .login .checkbox {
        font-size: 13px;
    }
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    line-height: 300px;
    z-index: 4;
    overflow: hidden;
    /*background: url(/images/line_v2.png) center center no-repeat;*/
    background-size: 100%;
}
i.chrome_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/chrome.png) 0 0 no-repeat;
    vertical-align: text-top;
}
ul.applicable_browser > li span {
    display: inline-block;
    height: 18px; /* line-height: 18px; */
    vertical-align: top;
}
i.ff_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/firefox.png) 0 0 no-repeat;
    background-size: 100%;
    vertical-align: text-top;
}
.ie_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/IE.png) 0 0 no-repeat;
    background-size: 100%;
    vertical-align: text-top;
}
.icon_360 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/360.png) 0 0 no-repeat;
    vertical-align: text-top;
}
ul.applicable_browser {
    width: 1197px;
    height: 20px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    list-style-type: none;
    padding-left: 12%;
}
    ul.applicable_browser > li {
        float: left;
        margin: 0 17px;
    }
        ul.applicable_browser > li p {
            margin: 0;
        }
.profile > img {
    width: 120%;
    vertical-align: unset !important;
    margin-top: 22%;
}
.slogan {
    font: 80px 'Microsoft YaHei';
    color: #fff;
}
@media screen and (max-width: 1366px) {
    .slogan {
        font-size: 50px;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1500px) {
    .slogan {
        font-size: 60px;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1501px) {
    .slogan {
        font-size: 70px;
    }
}
