.navbar {
  border-radius: 0; }

.required {
  color: red; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  background-color: #EEFFEE;
  border: 1px solid green; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #FFEEEE;
  border: 1px solid red; }

.parsley-errors-list {
  margin: 5px 0 10px;
  padding: 0;
  list-style-type: none;
  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; }
  .parsley-errors-list.filled {
    opacity: 1;
    color: red; }
