#hd { 
    color: #088a08;
}

#fd {
    color: #088a08;
}

body {
    background-size:contain;
    color: gray;
}

input[type="button"],
input[type="submit"] {
    background-color: #088a08;
    color: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

select:focus, 
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

#ssn { font-size: 16pt; }
