.parsley-success,
.parsley-success,
.parsley-success {
  color: #b2ca3f !important;
  border: 1px solid #b2ca3f !important;
}

.parsley-error,
.parsley-error,
.parsley-error {
  color: #FF999B !important;
  background-color: #5a2c67;
  border: 1px solid #FF999B !important;
}

.parsley-errors-list {
  color: #ff999b;
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  text-align: left;
  -moz-opacity: 0;
  -webkit-opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

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