I am following along this Ruby on Rails tutorial and after following the steps to complete the html and css for the sign up form I’m getting the first image below. The input text fields are much smaller compared to the second image which is what the tutorial shows I should get. Can someone explain how this can happen?


I discovered out that Bootstrap generated the css for the input fields in the form
input[type="something"]. This explains why using justinputwhen specifying the css didn’t work because the more specific css rule generated by Bootstrap would override mine.