seletor CSS sem atributo
input:not([type]) {
/* style here */
}
DeuxAlpha
input:not([type]) {
/* style here */
}