I want the the point at which a user types text into a textfield to be moved to the right without moving the margin of the text field to the right. I want this because
input { box-sizing: border-box; padding-left: 10px; width: 200px; }