Change font and placeholder of the searchbar

Hello guys, I have a searchbar like this where I’ve changed some styles:

image

But I can’t find the way to change the size of the fonts of the input and the placeholder and also their padding to the right since they are overlapping with the icon.

I don’t see anything in the documentation about this.

Could you give me a hand?

Thanks.

Ok I achieved this with:

.searchbar-input {
    font-size: 20px !important;
    padding-left: 50px !important;
}