textarea.parsley-error,
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48!important;
  border: 2px solid #a94442!important;
}

li.parsley-type {
  color: #d52b1e;
}

li.parsley-length {
 color: #d52b1e;
}

li.parsley-required {
 color: #d52b1e;
}

.parsley-errors-list {
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  line-height: 0.9em;
  margin: 5px 0 3px;
  height: 10px;
}

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

ul.parsley-errors-list {
  padding-top: 5px;
}
