body input.parsley-success,
body select.parsley-success,
body textarea.parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}

body input.parsley-error,
body select.parsley-error,
body textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}

body .parsley-errors-list {
  margin: 8px 0 3px 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  font-size: 0.9em !important;
  line-height: 0.9em !important;
  opacity: 0 !important;
  -moz-opacity: 0 !important;
  -webkit-opacity: 0 !important;
  color: #AA0000 !important;
  transition: all .3s ease-in !important;
  -o-transition: all .3s ease-in !important;
  -ms-transition: all .3s ease-in !important;
  -moz-transition: all .3s ease-in !important;
  -webkit-transition: all .3s ease-in !important;
}

body .parsley-errors-list li {
    font-size: 0.9em !important;
    line-height: 0.9em !important;
    color: #AA0000 !important;
    transition: all .3s ease-in !important;
    -o-transition: all .3s ease-in !important;
    -ms-transition: all .3s ease-in !important;
    -moz-transition: all .3s ease-in !important;
    -webkit-transition: all .3s ease-in !important;
}

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