.user-form input.parsley-error ~ label{
  color: #f44336 !important;
}
.user-form input.parsley-error ~ span{
  border-bottom-color: #f44336 !important;
}

.parsley-error,textarea.parsley-error ~ .note-editor,.custom-error,.parsley-error + span .select2-selection,
.parsley-error + div.chosen-container > ul{
  border-color: rgb(244, 67, 54) !important;
  /*box-shadow: inset 0 1px 1px rgba(244, 67, 54, 0.31);*/
}

.parsley-errors-list {
  margin: 6px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  font-size: 12px;
  opacity: 0;
  color: rgb(244, 67, 54);
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.parsley-errors-list li{
  line-height: 1.3;
}

.parsley-errors-list.filled {
  opacity: 1;
}
