.og-customer-validation-error {
  display: block;
  margin: 6px 0 0;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.og-customer-validation-error[hidden] {
  display: none !important;
}

.og-customer-field-invalid {
  border-color: #d92d20 !important;
}

.og-customer-field-invalid:focus {
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.12) !important;
}
