.register-row{
    width: 640px;
    padding: 0px;
    position: relative;
    clear: both;
    min-height: 60px;
}

.register-row .form-required{
    padding-left: 0px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #333333!important;
    line-height: 42px;
    float: left;
    margin-right: 30px;
    min-width: 95px;
    text-align: left;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
}

.register-row .form-required span{
    margin-right: 5px
}

.register-row .form-control{
    width: 315px;
    height: 42px;
    padding-top: 0px;
}
.register-row .form-control:hover{
    border-color: #0066FF;
}
.register-row .form-control:focus{
    border-color: #0066FF;
}
/*placeholder 的颜色值*/
.register-row .form-control:hover::placeholder{
    color: rgb(166,167,170);
}
.register-row .form-control:focus::placeholder{
    color: rgb(166,167,170);
}



.register-row .validation{
    font-family: MicrosoftYaHei;
    font-size: 10px;
    color: #F02B2B;
    line-height: 18px;
    padding-bottom: 0px;
    display: block;
}


/*图片 密码输入的小眼睛*/

.register-row .glyphicon-eye-close:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/login/eye-close.png") no-repeat center center;
    background-size: cover;
}
.register-row .glyphicon-eye-open:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/login/eye-open.png") no-repeat center center;
    background-size: cover;
}

#registerForm div.register-row div.obtainMsgCodDiv{
    width: 124px;
    padding: 0px;
    margin-right: 16px;
}
#registerForm div.register-row .obtainMsgCodeInp {
    margin-right: 16px;
    width: 315px;
}
#registerForm div.register-row .verifyCode{
    min-width: 95px;
}

form#registerForm{
    /*padding-left: 70px;*/
}

#registerForm div.register-row{
    width: 442px;
}
#registerForm button#getCaptcha {
    border: none;
    background-color: #fff;
    color: #0066FF;
}

#registerForm div.register-row .authcode .col-sm-6 button{
    padding: 10px;
}
