input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #fff;
  background-color: #448c74;
  border: 1px solid #448c74;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #ff9a9a !important;
  background-color: #17634a;
  border: 1px solid #17634a;
  
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 2px;
  list-style-type: none;
  font-size: 0.7em;
  line-height: 0.9em;
  opacity: 0;
  color: #ff9a9a;
  font-weight: bold;
  


  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;
}
