/* Validation custom styles */

.text-danger.field-validation-valid {
    display: none !important;
}

.form-control.input-validation-error {
    border-color: rgb(240, 61, 61) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f03d3d' viewBox='0 0 24 24'%3E%3Cpath d='M12 1.5C6.2 1.5 1.5 6.2 1.5 12S6.2 22.5 12 22.5 22.5 17.8 22.5 12 17.8 1.5 12 1.5m0 19.2c-4.8 0-8.7-4-8.7-8.7S7.2 3.3 12 3.3s8.7 4 8.7 8.7-3.9 8.7-8.7 8.7'/%3E%3Cpath d='M15.7 14.5c.3.3.3.9 0 1.2s-.9.3-1.2 0L12 13.2l-2.5 2.5c-.3.3-.9.3-1.2 0s-.3-.9 0-1.2l2.5-2.5-2.5-2.5c-.4-.3-.4-.9 0-1.2.3-.4.9-.4 1.2 0l2.5 2.5 2.5-2.5c.3-.3.9-.3 1.2 0s.3.9 0 1.2L13.2 12z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .265rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .53rem) calc(.75em + .53rem);

    padding-right: calc(1.5em + 1.06rem);
}


.validation-summary-errors ul {
  padding: 0 0 0 12px;
  margin: 0;
  font-size: 14px;
}