Username: <input type='text' />
Password: <input type='password' disabled='disabled'/>
 input:not([DISABLED]){
   background-color: yellow;
 }

input:not([type='password']){
   color: red;
 }

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.