vaadin-text-field::part(input-field) {
  border: 1px solid rgb(206, 212, 218);
  background: rgb(255, 255, 255);
  height: 25px;
  line-height: 1.5;
  font-size: 13px;
}

/* vaadin-text-field[focused]::part(input-field) {
  border-color: blue;
} */