ul.parsley-errors-list {
    display: inline-block !important;
    margin: 0 0 0 10px;

}
ul.parsley-errors-list li {
    list-style: none;
    font-size: 11px;
    color: #f77;
    line-height: 13px;
}

.controls input {
    vertical-align: top;
}

.parsley-error {
    border-bottom-color: #E9322D !important;
    border-left-color: #E9322D !important;
    border-right-color: #E9322D !important;
    border-top-color: #E9322D !important;
    box-shadow: 0px 0px 6px #F8B9B7 !important;
}