.form {
  .field_with_errors {
    input[type=text], textarea {
      border: solid 2px red;
    }
  }
  trix-editor {
    border: 1px solid $color-grey-light;
  }
  label {
    color: #999;
    font-size: 14px;
  }
  input[type=text], input[type=password], textarea, trix-editor {
    width: 100%;
    border: solid 1px #ccc;
    padding: 6px;
    font-size: 14px;
    border-radius: 3px;
    @media screen and (max-width: $small-responsive-width) {
      font-size: 16px;
    }
  }
}
