strong.error:before {
    width: 25px;
    height: 25px;
    filter: invert(24%) sepia(96%) saturate(7431%) hue-rotate(1deg) brightness(101%) contrast(120%);
    padding-right: 25px;
    margin-bottom: -4px;
    margin-left: -4px;
	display: inline-block;
    content: "";
    vertical-align: sub;
    background: url(/themes/custom/unified/icons/Error.svg) no-repeat;
    background-size: contain;
}
.form-item--error-message:before{
    content: none !important;
}
.ui-dialog-title{
  display:none;
}