.login form {
    display: inline-block;
    width: 320px;
    height: 430px;
    margin-top: 15px;
    margin-left: 90px;
    text-align: center;
    background-color: #fff;
}

.login h3 {
    padding-top: 20px;
    color: #0E6EBB;
}

.login table {
    border-collapse: collapse;
    margin: 30px auto 0 auto;
}

.login table td {
    padding: 5px;
    height: 50px;
}

.login {
    margin: 0 auto;
    border: 1px dotted #ccc;
    background: url(/cn/images/login_bg.jpg);
    background-size: 100%;
    height: 485px;
}

/* .login input[type=radio] {
    display: none;
} */

.login input[type=text],
.login input[type=password]

{
    border: 1px solid #ccc;
    line-height: 25px;
}

.login input[type=text],
.login input[type=password],
.login input[type=submit] {
    width: 100%;
}

.login .log_checked {
    color: #0E6EBB;
    text-decoration: underline;
}

.login .account-log,
.login .phone-log {
    cursor: pointer;
}

.login .get-yanzhengma {
    border: 1px solid #ccc;
    background-color: #0E6EBB;
    line-height: 25px;
    float: right;
    width: 130PX;
    color: #fff;
    line-height: 25px;
}

.login input[type=submit] {
    border: 1px solid #ccc;
    line-height: 35px;
    background-color: #0E6EBB;
    color: #fff;
    font-weight: 700;
}

.login .account-input,
.login .pwd-input {
    position: relative;
}

.login .account-input span,
.login .pwd-input span {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.login .account-input span {
    background: url(/cn/images/account.png) no-repeat;
    background-size: 80% 80%;
    background-position: center;
}

.login .pwd-input span {
    background: url(/cn/images/pwd.png) no-repeat;
    background-size: 80% 80%;
    background-position: center;
}

.login .account-input input,
.login .pwd-input input {
    padding-left: 25px;
}