@mixin format-input {
  & + [class*="__label"]::before {
    @content;
  }
}
