css
#textbox_site{
height: 30px;
}
@media screen and (max-width: 768px) {
#textbox_site{
height: 60px;
}
}
@media screen and (max-width: 576px) {
#textbox_site{
height: 90px;
}
}
html
<input type="text" class="textbox_site" />