Take a look at the picture below from my website: www.kokorugs.com
I am using Boostrap and I believe that there are some conflicting CSS styles.
The problem
for complete correction of the conflict use
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
-webkit-box-shadow: none;
-moz-box-sizing: content-box;
box-shadow: none;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
box-sizing: content-box;
line-height: normal;
}