html, body, .login_wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.login_wrap {
    background: url("../images/login_bg.jpg") center;
    background-size: cover;
    -ms-behavior: url("./backgroundsize.min.htc");
}

.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -254px;
    margin-left: -350px;
    width: 700px;
    height: 508px;
}

.login_form {
    border-radius: 13px;
    height: 420px;
}

.form_cont,
.form_side {
    float: left;
    height: 420px;
}

.form_side {
    width: 300px;
    color: #fff;
    text-align: center;
    background-image: url("../images/login_img.png");
}

.login_title {
    margin-top: 58px;
}

.login_title p {
    margin-bottom: 18px;
    font-size: 36px;
    font-weight: bold;
}

.login_title span {
    font-size: 14px;
}

.form_cont {
    width: 400px;
    background-color: #fff;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.form_box {
    margin: 60px 60px 0;
}

.form_item {
    position: relative;
    margin-bottom: 24px;
}

.input_group {
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}

.form_icon {
    position: absolute;
    top: 50%;
    left: 12px;
}

.form_icon.acct_icon {
    margin-top: -8px;
    width: 14px;
    height: 16px;
    background-image: url("../images/form_icon1.png");
}

.form_icon.pawd_icon {
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-image: url("../images/form_icon2.png");
}

.form_icon.no_icon {
    margin-top: -6px;
    width: 16px;
    height: 12px;
    background-image: url("../images/form_icon3.png");
}

.form_icon.yzm_icon {
    margin-top: -8px;
    width: 15px;
    height: 16px;
    background-image: url("../images/form_icon4.png");
}

.error_tips {
    position: absolute;
    bottom: -20px;
    left: 6px;
    color: #f65e5e;
    font-size: 12px;
}

.error_tips i {
    margin-top: 2px;
    margin-right: 6px;
    float: left;
    width: 12px;
    height: 12px;
    background-image: url("../images/form_icon5.png");
}

.error_tips span {
    float: left;
}

.form_input {
    margin-left: 38px;
    height: 38px;
    line-height: 38px;
    width: 236px;
    font-size: 14px;
    color: #999;
    border: none;
    outline: none;
}

.yzm_item .input_group {
    float: left;
    width: 160px;
}

.yzm_item .form_input {
    width: 100px;
}

.yzm_item .yzm_img {
    float: right;
    width: 108px;
    height: 42px;
    background-color: #fafafa;
}

.form_sub {
    margin-top: 30px;
}

.form_sub_btn {
    float: left;
    margin-right: 20px;
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background-color: #02c396;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.form_fp {
    margin-top: 10px;
    float: left;
    font-size: 14px;
    color: #999;
    text-decoration: underline;
}

.company_info {
    margin-top: 28px;
    color: #fff;
    text-align: center;
}

.c_phone {
    font-size: 20px;
    font-weight: bold;
}

.c_copyright {
    margin-top: 14px;
    font-size: 12px;
}
