 @charset "UTF-8";
.register-box {
    width: 560px;
    height: auto;
    padding: 30px 50px 56px 50px;
    background-color: #fff;
    margin: 70px auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 0px 9px #ddd;
    -webkit-box-shadow: 0px 0px 9px #ddd;
    -moz-box-shadow: 0px 0px 9px #ddd;
}
.login-box {
    height: auto;
    min-height: 360px;
    position: relative;
}
.register-nav {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.register-nav span {
    color: #333;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
.register-nav span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 2px;
    background-color: #ef3838;
}
.register-login {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    color: #333;
}
.inf-message {
    position: absolute;
    top: 80px;
    font-size: 12px;
    color: #F00;
}
.username-con {
    margin-top: 40px;
}

.username-con, .password-con, .captcha-con {
    position: relative;
}
.username-con i, .password-con i {
    width: 16px;
    height: 19px;
    display: block;
    position: absolute;
    left: 11px;
    background: url(../images/login-icon.png) no-repeat;
}
.login-box .login-input, .login-box .password-input, .login-box .captcha-input {
    width: 100%;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    color: #777;
    font-size: 14px;
    margin-bottom: 26px;
    text-indent: 10px;
    box-shadow: inset 0 -1px rgba(34,25,25,.15), 0 -1px rgba(255,255,255,.8);
}
.login-box input {
    vertical-align: middle;
}
.login-box .login-btn {
    width: 100%;
    background-color: #ef3838;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
}
.input-group{
	text-align:left;
}
#validateCode{
	width: 75px!important;
    -webkit-appearance: textfield;
    border-width: 2px;
    margin: 0 13px 0 10px;
}