Parent style messing up with Bootstrap [closed]

input[type="text"] is more specific than class selector .form-control so the bootstrap.min.css is not overwriting the css in style.css although the bootstrap.min is loaded after style.css. You have to add css with more or same specificity to overwrite.

For selector input[type="text"] you can add the properties of .form-control class in style.css