input[type="email"],
input[type="number"],
input[type="search"],
input[type=text],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 20px;
padding: 6px 10px;
background-color: #fff;
border: 5px solid #D1D1D1;
box-sizing: border-box;
}
:focus
- рабочий. Проверял в Opera и Firefox.