https://i.sstatic.net/3B7F9.jpg
Can someone help me center the input vertically within the image? I'm not sure how to achieve this.
.headmenu {
background-color: rgb(47, 47, 47);
width: auto;
height: 30px;
}
.headmenu-right {
float: right;
padding-right: 15px;
}
.headmenu-right>input {
border-radius: 15px;
padding-left: 5px;
}
<div class="headmenu">
<div class="headmenu-right">
<input type="text">
</div>
</div>