.parsley-errors-list {
    margin: 2px 0 3px !important;
    padding: 0 !important;
    list-style-type: none !important;
    font-size: 0.9em !important;
    line-height: 0.9em !important;
    opacity: 0 !important;
    color: #b94a48 !important;
  
    transition: all 0.3s ease-in !important;
    -o-transition: all 0.3s ease-in !important;
    -moz-transition: all 0.3s ease-in !important;
    -webkit-transition: all 0.3s ease-in !important;
  }
  
  .parsley-errors-list.filled {
    opacity: 1 !important;
  }
  p.parsley-error {
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border: 1px solid #eed3d7 !important;
  }
  