
.login_form {
    background: #fbfcfc;
}

.login_form {
    width: 600px;
    float: left;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 40px 40px 80px;
    position: relative;
}

.login_form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #1a1a1a;
    text-align: left;
}

.popup_login .login_form {
    padding-bottom: 40px;
    z-index: 1006;
    margin: 0 auto;
    float: none;
    width: 480px;
    border-radius: 0;
    position: fixed;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -200px;
    padding-left: 38px;
    padding-right: 38px
}

.form_block {
    border: 1px #e0e0e0 solid;
    height: 40px;

    position: relative;
    margin-bottom: 20px;
}
.form_block2 {
    border: 1px #e0e0e0 solid;
    height: 40px;
    width: 40%;
    position: relative;
    margin-bottom: 20px;
}

.input_icon {
    display: block;
    position: absolute;

    border-right: solid 1px #e0e0e0;
}

.username_icon img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.password_icon img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.form_block input {
    border: none;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 464px;
    padding: 0 10px 0 0;
    -webkit-outline: none;
    outline: none;
    color: #b3b3b3;
    margin-left: 54px;
}
.form_block2 input {
    border: none;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 70%;
    padding: 0 10px 0 0;
    -webkit-outline: none;
    outline: none;
    color: #b3b3b3;
    margin-left: 49px;
}

.form_block2 .code{
    position:absolute;
    height:40px;
    border:1px solid #e0e0e0;
    top: -1px;
    right: -172px;
}
.form_block2 .verifyImg {
    width: 160px;
    height:38px;
}
.form_login_btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: none;
    background: #0d64c0;
    color: #fff;
    font-size: 18px;
}

.form_login_btn:hover {
    background: #0c56a5
}

.form_login_btn.disabled {
    background: #ccc;
    color: #e7e7e7;
}

.tips_error {
    text-align: center;
    color: #e50000;
    font-size: 14px;
    margin-bottom: 15px;
}
