@font-face {
    font-family: 'LucidaCalligraphy';
    src: url('/fonts/LucidaCalligraphyLight.otf') format('truetype');
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #ff0702;
}

.parsley-errors-list {
    margin: 10px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    /* line-height: 0.8em; */
    line-height: 1.2;
    opacity: 0;
    font-weight: 500;
    color: #ff0702;

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