#form input 
{
    text-align:center; 
    font-size: 30px;   
}
input[type=password
{
    background-color: green; 
    text-align:center; 
    font-size: 30px;   

}
input[type=text]
{
    background-color: teal; 
    color: white; 
	text-align:center; 
    font-size: 30px;   
}
input[type=submit]
{
    background-color: blue; 
    color: white; 
	text-align:center; 
    font-size: 30px;   
}

