#boxFormRegister,
#boxFormLogin{
    padding-top: 25px;
    padding-bottom: 45px;
    overflow: hidden;
    position: relative;
}

#boxFormRegister h5,
#boxFormLogin h5{
    margin-bottom: 40px;
}
form .error-text{
    color: #ac4b49;
    font-size: 12px;
}

form .has-error .error-text{
    color: #ac4b49;
    font-size: 12px;
    padding-top: 5px;    
}

form.form-horizontal{
    min-height:377px;
}    


.JS_wrap_form{
    padding-top: 15px;
}
.JS_wrap_form label{
    font-weight: bold;
    /* line-height: 25px; */
    text-align: right;
    padding-top: 12px;
    font-size: 14px;
}

