/* should use the same style as ".form__item--error .field__input" */
.field__input:invalid {
  border: 1px solid rgb(204, 46, 53);
  border-radius: 4px;
}

/* Customized UI errors */
.form__error-message {
  margin-bottom: -10px;  
}

.form__item--error label {
  color: rgb(204, 46, 53);
}

.error-text-holder {
  display: none;
}

.alert.alert--static {
  cursor: auto;
  z-index: auto;
}