.pimcore_area_wysiwyg hr {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    opacity: 0.2;
    background: #000000;
}

.has-error, .has-error:focus, .has-error:active {
	border: 2px solid #e60028;
}

.parsley-errors-list {
    font-weight: bold;color: #f00;
    list-style: none;
    display: none;
}