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

.register-row .form-required{
    padding-left: 0px;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 16px;
    color: #333333!important;
    line-height: 42px;
    float: left;
    margin-right: 30px;
    width: 180px;
    text-align: right;
}

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

.register-row .form-control{
    width: 450px;
    height: 42px;
    padding-top: 0px;
}
.register-row .form-control:hover{
    border-color: #29BECE;
}
.register-row .form-control:focus{
    border-color: #29BECE;
}
/*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: HanSansJP, MicrosoftYaHei;
    font-size: 10px;
    color: #F02B2B;
    line-height: 18px;
    /*height: 22px;*/
    margin-left: 210px;
    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: 216px;
}
#registerForm div.register-row .verifyCode{
    /* width: 70px; */
}

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

#registerForm div.register-row{
    width: 728px;
}
#registerForm button#getCaptcha {
    width: 220px
}

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

#registerForm .question-mask-one.active, #registerForm .question-mask-two.active {
    display: block;
}
#registerForm .question-mask-one, #registerForm .question-mask-two {
    position: absolute;
    left: -119px;
    top: 12px;
    display: none;
    padding-top: 10px;
}
#registerForm .question-mask{
    position: relative;
    transition: all 0.3s;
    width: 250px;
    padding: 13px 12px 8px 12px;
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}
#registerForm .question-mask::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 125px;
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
#registerForm .help-link{
    position:absolute;
    right: -100px;
    top: 12px;
}
#registerForm .help-link .right-side-a {
    font-size: 14px;
    color: #29BECE;
    letter-spacing: 0;
    line-height: 20px;
}
#registerForm .help-link .icon-question{
    padding-left: 4px;
    position: relative;
}
#registerForm .help-link .vertical-bar{
    padding: 0 9px 0 6px;
    color: rgba(255,255,255,0.25);
}