Как вариант
input[type="submit"] {
background:#00ff00;
border: 2px solid #fff;
color:#fff;
padding:10px;
}
input[type="text"] {
background:gold;
}
input[type="password"] {
background:yellow;
}input[type="submit"] {
background:#00ff00;
border: 2px solid #fff;
color:#fff;
padding:10px;
}
input[type="text"] {
background:gold;
}
input[type="password"] {
background:yellow;
}