﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

input::-ms-clear, input::-ms-reveal { display: none; } /**/

.login-container {
    
}

.login-header {
    height: 30%;
    background-color: #038fd7;
    text-align: center;
}

.login-header a {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 120px;
    height: 40px;
    color: #23a0f7;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}

.login-logo {
    padding-top: 15%;
}

.login-header .login-span {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 3%;
}
.login-box {
    width: 280px;
    margin: 40px auto 0 auto;
    /*box-shadow: rgba(255, 255, 255, 0.1) 5px 5px 10px;*/
}

.login-box a{
    text-decoration: none;
    color: #666;
}

.login-box a:hover {
    color: #23a0f7;
}

.login-box .line {
    width: 280px;
    height: 44px;
    line-height: 44px;    
    margin-top: 20px;
    background-color: white;
    text-align: left;
    border: 1px solid #CCCCCD;
}

.login-box .line img {
    display:inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.login-box .input {
    display:inline-block;
    width: 210px;
    height: 30px;
    border: 0;
    font-size: 14px;
    padding-left: 2px;
    outline: none;
}

.login-box .prompt-error {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
}

.login-box .prompt-error img {
    display: inline-block;
    vertical-align: sub;
}

.login-box .submit {
    width: 280px;
    height: 46px;
    line-height: 60px;
    margin-top: 20px;
}

.login-box .submit-btn {
    width: 280px;
    height: 46px;
    font-size: 16px;
    color: #FFF;
    background: #23a0f7;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    outline: none;
}

.login-box .login-error {
    height: 20px;
    color: #fe8f00;
    z-index: 999;
}

.login-box .login-forget {
    text-align: center;
    width: 280px;
    margin-top:30px;
}

.login-box .login-forget a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.login-box .login-forget a:hover {
    color: #23a0f7;
}

.login-box .noneaccount {
    text-align: center;
    width: 280px;
    font-size: 14px;
}
.login-box .noneaccount a {
    color: #23a0f7;
}

.divide {
    color: #f2f2f2;
    border-style: solid;
}
