
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #feeeee;
  border: 1px solid #f44545 !important;
}

.parsley-errors-list, .errorlist {
  margin: 14px 5px 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 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;

  position: absolute;
  top: 0px;
  right: 6px;
  color: #f44545;
  list-style-type: none;
  background: transparent;
}

.parsley-errors-list li, .errorlist li {

    list-style-type: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

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