@charset "ISO-8859-1";

.error {
  /* color: #f05050; */
  font-size: 12px;
  font-weight: 500;
  /* background-color: #ffffff; */
}
.parsley-error {
  /* border-color: #f05050 !important; */
  background-color: #ffffff;
  font-size:15px;
}
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list > li {
  font-size: 15px;
  list-style: none;
  color: #f6504d;
}