@import "../../../themes/default";

:global {
  .has-error {
    .app-input {
      border-color: @color-red;
    }

    .app-form-explain {
      color: @color-red;
      text-align: left;
    }
  }
}