/* For Example, If we want to change css of "text" type from we do this:*/ input[type=text] { /* Your Code Here */ }
input[type=box] width: 99%; padding: 8px 9px; margin: 10px 0; box-sizing: border-box