I have made an input form and one of the inputs is an amount, everything works however the field seems to take the width of my entire browser, anyone know why?
<input type="text" class="form-control" placeholder="2.00" width="50px" name="amount"><br>