form.validator ul.list-unstyled  {
    margin-bottom: 0px;
}

form.validator ul.list-unstyled li:not(:first-child) {
    display: none;
}

form.validator textarea {
    resize: none;
}

form.validator .charNum {
    color: coral;
    position: absolute;  
    bottom: 0px;
    font-size: 10px;
    right: 2px;
    z-index: 100;
}

form.validator .input-charNum {
    width: 100%;
}

form.validator .validate-wrap {
    position: relative;
}

form.validator .help-block {
    color: red;
    margin-bottom: 20px;
}

form.validator .input-group input {
    padding-right: 32px;
}

form.validator .form-control-feedback {
    z-index: 1000;
}

form.validator .form-horizontal .has-feedback .form-control-feedback {
    right: 0px;
}
