
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  /* color: #ff0026; */
  background-color: #fff;
  border-bottom: 1px solid red;
}
.error {
  border: 1px solid #ff3043 !important;
}
.parsley-errors-list {
  color: #ff0026;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  list-style: none;
}

.parsley-errors-list.filled {
  opacity: 1;
  margin-left: 0px;
  font-size: 15px;
}
ul.parsley-errors-list {
  padding-left: 11px;
}