<div>
  Фамилия: <input type="text">
</div>
div {
  padding: 0px 15px;
  height: 50px;
  border:2px solid gray;
  width: fit-content;
}
input {
  outline:none;
  border:none;
  height: 90%;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.