/* Select the input field by using the selector below*/ input[type=/*Type here i.e. name*/] { /* Your style here */ } /*Example*/ input[type=name] { width: 100%; padding: 12px 20px; }