/**!
 * 新点网上政务大厅-登录页
 * author: wangkai;
 */

/* main */

.login-bg {
    margin-top: 3px;
    padding-top: 61px;
    height: 461px;
    background: url(../images/login-bg.jpg) top center no-repeat;
}

.login-block {
    float: right;
    padding: 18px 35px 0px 35px;
    width: 289px;
    height: 359px;
    margin-right: 20px;
    background: url(../images/login-block.png);
}

.login-hd {
    height: 55px;
    border-bottom: 1px solid #c7c7c7;
}

.login-title {
    height: 53px;
    line-height: 53px;
    width: 84px;
    text-align: center;
    border-bottom: 3px solid #d50709;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #333;
}

.login-txt {
    margin-top: 20px;
    padding-left: 51px;
    width: 234px;
    height: 38px;
    border: 1px solid #ccc;
}

.txt-icon1 {
    background: url(../images/txt-icon1.png) 15px 8px no-repeat;
}

.txt-icon2 {
    background: url(../images/txt-icon2.png) 16px 6px no-repeat;
}

.login-txt input {
    margin-top: 8px;
    padding-left: 15px;
    width: 218px;
    height: 22px;
    line-height: 22px;
    border: 0;
    border-left: 1px solid #ccc;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666;
    outline:none;
}

.login-btn {
    margin-top: 20px;
    width: 287px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #0068b7;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #fff;
    border: 0;
    cursor: pointer;
    letter-spacing: 15px;
}

    .login-btn:hover {
        background-color: #1b87d9;
    }

.register {
    height: 48px;
    line-height: 48px;
    text-align: right;
    border-bottom: 1px solid #e1e1e1;
}

    .register a {
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #d50709;
    }

        .register a:hover {
            color: #ff7f00;
        }

.third-party {
    margin-top: 15px;
    height: 16px;
    line-height: 16px;
}

    .third-party span {
        float: left;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #666;
        margin-right: 15px;
    }

    .third-party a {
        float: left;
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

.msg-code::-webkit-input-placeholder { /* WebKit browsers */
    color: #ff0000;
}

.msg-code:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ff0000;
}

.msg-code::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ff0000;
}

.msg-code:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ff0000;
}

.cur {
    display: block;
}
.cur1 {
    display: block;
    border-color: #ff0000;
    color: #ff0000;
}