body {
    background: #fff;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb25 {
    margin-bottom: 25px;
}

.pdt15 {
    padding-top: 15px;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -215px 0 0 -190px;
    width: 380px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 18px 1px rgba(0,0,0,.2);
    border: 1px solid #eee;
}

.register {
    margin-top: -250px;
}

.login .logo {
        background: url(/content/site/images/logo.png) no-repeat scroll 0 0 rgba(0,0,0,0);
    background-size: 100% 100%;
    display: block;
    height: 76px;
    width: 276px;
    left: 50%;
    margin-left: -126px;
    position: absolute;
    top: -96px;
}

.login-inner {
    width: 265px;
    margin: 27px auto;
}

.login-title {
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    font-family: "microsoft yahei";
    font-weight: 400;
    padding-bottom: 40px;
    color: #6f6f6f;
}

.login-item {
    position: relative;
    width: 243px;
    height: 28px;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

    .login-item input {
        border: 0;
        height: 28px;
        line-height: normal;
        width: 100%;
        font-size: 14px;
        *vertical-align: -1px;
    }

.clearIpt {
    display: block;
    position: absolute;
    right: 2px;
    top: 12px;
    width: 14px;
    height: 14px;
    z-index: 9;
    opacity: 0;
    *top: 6px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

    .clearIpt i {
        margin: 0;
    }

.login-item:hover .clearIpt {
    display: block;
    opacity: 1;
}

.login-item.error {
    border-color: red;
}

.login-item.code {
    width: 75px;
    padding: 5px 10px;
}

.code-img {
    background: #fff;
    border: 1px solid #e5e5e5;
}

    .code-img img {
        height: 37px;
        width: auto;
        cursor: pointer;
    }

#code-refresh {
    line-height: 37px;
    color: #0E64A0;
}

    #code-refresh:hover {
        text-decoration: underline;
    }

.login .checkbox-group {
    display: block;
}

.login-forgetlink {
    display: block;
    padding-top: 3px;
}

    .login-forgetlink:hover {
        text-decoration: underline;
        color: #0E64A0;
    }

.login-btn {
    display: block;
    background: #0E64A0;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border: 0;
}

.login-locationnow {
    text-align: center;
    padding: 24px 0 0;
}

    .login-locationnow a {
        color: #0E64A0;
        text-decoration: underline;
        font-size: 14px;
    }

.copyright {
    position: absolute;
    left: 0;
    bottom: -60px;
    text-align: center;
    width: 382px;
    height: 30px;
    line-height: 30px;
}

    .copyright, .copyright a {
        color: #999;
    }

.reg-helper {
    padding: 13px 0 24px;
    font-size: 14px;
    color: #999;
}

    .reg-helper i {
        margin-right: 5px;
        color: #fa0;
    }

.register .btn-getCode {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
    color: #fff;
    font-size: 14px;
    background: #83ba21;
    margin-left: 10px;
}

.register .login-item.code {
    width: 132px;
}

.tooltips {
    display: none;
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

.tooltips-arrow em {
    color: #ebccd1;
}

.tooltips-arrow i {
    color: #f2dede;
}
