input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border-color: #E0B5B9 !important;
  color: #D80929 !important;
}

.parsley-errors-list {
  list-style-type: none;
  margin: 8px 0px;
  padding: 0px;
  color: #D80929;
  font-size: 0.85em;
  line-height: 0.85em;
  opacity: 0;

  transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
