.login-wrap {
    background: #fff url(../images/login_wrap_bg.jpg) no-repeat center top;
    padding: 40px 0;
}

.login-box-outer {
    float: right;
    padding: 8px;
    background: rgba(255, 255, 255, .6);
}
.login-box {
    width: 330px;
    min-height: 334px;
    padding-bottom: 20px;
    background: #fff;
    
}
.login-box .head {
    width: 310px;
    padding-left: 20px;
    height: 46px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.login-box .head h3 {
    color: #0d59a7;
    font-size: 14px;
    width: 60px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    margin: 0 10px;
    border-bottom: 1px solid #0d59a7;
}
.login-body {
    padding: 5px 30px 0;
}
.login-body ul li {
    margin-top: 20px;
}
.login-body li input[type=text], .login-body li input[type=password] {
    font-size: 14px;
    border: solid 1px #d6d6d6;
    height: 34px;
    line-height: 28px\9;
    width: 233px;
    padding-left: 35px;
    border-radius: 3px;
    outline: none;
}
#input-user {
    background: url(../images/iconfont-user.png) no-repeat 7px center;
    background-size: 20px;
}
#input-password {
    background: url(../images/iconfont-psw.png) no-repeat 7px center;
    background-size: 20px;
}

.register li input[type=text], .register li input[type=password] {
    padding-left: 10px;
}

.login-body button {
    width: 270px;
    border: 0;
    background: #0d59a7;
    color: #fff;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 0;
}

.remember input[type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
}
.remember label {
    color: #999;
}


.register {
    background:#fff;
    margin-top:10px;
}
.reg_head {
    border-bottom: 2px solid #ededed;
    overflow: hidden;
}
.reg_head h2 {
    margin: 20px 0;
    padding-left: 20px;
    border-left: 5px solid #0d59a7;
}
.reg_form {
    padding: 25px 0 50px 15px;
}

.reg_form input, .reg_form select {
    display: block;
    width: 300px;
    height: 36px;
    border: 1px solid #d9dde1;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    color: #4d555d;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    background: #fff;
    border-radius: 2px;
}
.reg_form {
    width: 88%;
    float: left;
    padding: 20px;

}
.reg_form .form-group {
    margin-top: 24px;
    margin-left: 130px;
    position: relative;
}
.reg_form label {
    width: 80px;
    float: left;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
}
.reg_form .has-error input {
    border-color: #f01414;
}
.reg_form .form-group .error {
    position: absolute;
    top: 36px;
    left: 80px;
    right: 0;
    line-height: 24px;
    height: 24px;
    color: #f01414;
    font-size: 12px;
}
.reg_form .form-group button {
    width: 300px;
    border: 0;
    background: #0d59a7;
    color: #fff;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 0;
    outline:none;
}