/* html input.parsley-success,
html select.parsley-success,
html textarea.parsley-success {
  border: 1px solid #23dc23;
} */

/* */

html input.parsley-error,
html select.parsley-error,
html textarea.parsley-error {
  border: 1px solid #be2a54;
}

.parsley-errors-list {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 8px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  color: #be2a54;

  position: absolute;
  bottom: -10px;
  left: 0;


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

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