input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #cbcbcb;
  border-bottom: 1px solid #D6E9C6 !important;
}

input.parsley-error,
textarea.parsley-error {
  color: #f52e27 !important;
  font-size: 16px !important;
  border-bottom: 2px solid #f52e27 !important;
}

div.parsley-error label {
  color: #f52e27 !important;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  color: #f52e27;
  font-family: 'Amaranth', sans-serif;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

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

  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 90%;
  z-index: 100;

}

.parsley-errors-list li {
  position: relative;
}

/* .parsley-errors-list li:after {
  content: "";
  background: url("../img/ico/error_ico.png") center no-repeat;
  display: block;
  height: 11px;
  width: 11px;
  position: absolute;
  right: 0;
  top: 0;
} */

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