input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  /* color: #01a4e5!important; */
  /* background-color: #e0f3fc7d!important; */
  /* border: 1px solid #e0f3fc!important; */
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #cb4342!important;
    background-color: #f7e7e7!important;
    border: 1px solid #dd8693!important;
    border-left: solid 4px #cb4342!important;
}

.parsley-errors-list {
  margin: 2px 0 3px!important;
  padding: 0!important;
  list-style-type: none!important;
  font-size: 0.9em!important;
  line-height: 0.9em!important;
  opacity: 0!important;

  transition: all .3s ease-in!important;
  -o-transition: all .3s ease-in!important;
  -moz-transition: all .3s ease-in!important;
  -webkit-transition: all .3s ease-in!important;
}

.parsley-errors-list.filled {
  opacity: 1!important;
}


.parsley-required, .parsley-type, .parsley-equalto, .parsley-minlength, .parsley-min, .parsley-pattern
{

  padding:2px;
  color:#cb4342;
}