Hi Amol,
I think that the problem is with the line-height style property.
You can set it to the same value as you put in height.
.tablet .form-control[data-input],
.tablet .form-control[data-textarea],
.phone .form-control[data-input],
.phone .form-control[data-textarea]
{
height: 42px;
line-height: 42px;
}
Hope it helps.
Best regards