According to this it’s 27 px in height:
When I measure it myself it’s 29 px in height + 1 px bottom, + 1 px top = 31px height.
input[type=text] {
font-size: 22px;
width: 200px;
color: #0059dd;
background: #000000;
border: 1px solid #0059dd;
height: 27px;
font-family: "Times New Roman", Times, serif;
}