I want to change color of caret and make it not relative from input text, because it\'s hard to make it look good when it is.
Found this simple solution to change the position of the caret.
//example of moving curser 20 pixels to the right input { padding-left: 20px; padding-right: -20px; }