ul.parsley-errors-list {
  list-style-type: none;
  margin-block-start: 0;
  padding-inline-start: 5px;
}

ul.parsley-errors-list li {
  margin: 0;
}
input[type="text"].parsley-error,
input[type="date"].parsley-error,
input[type="selest"].parsley-error,
input[type="email"].parsley-error,
input[type="number"].parsley-error {
  background-color: #ffdbdb;
  border: 1px solid #ffbcbc;
}
textarea {
  height: auto;
}
.parsley-error .el_form-label::before {
  background-color: #ffbcbc;
}
ul.parsley-errors-list > li,
.error-message {
  color: #ff0000;
  font-size: 0.6rem;
  margin-top: -0px;
}
.container .content form #form_list .error-message > ul > li,
ul.parsley-errors-list > li {
  border: none !important;
  line-height: 1.2;
  margin: 0 !important;
}
