


:host-context(.au-fa-input-red-theme) {
  border-color: lightgray;
  &.input-focus{
    border-color: red;
    box-shadow: 0 0 5px red;
  }
}


