Indeed style the 'form-control'. To not have to use !important add another class to the input-field that you want customised. To customize only the first input maybe this will work as selector:
div :nth-child(1 of input.yourclass)
And it is not a bug but rather a design choice that has as drawback that it increases the difficulty of creating a selector to get the element you want.