
body {
#    background-image: url('./src/sky.png');
    background-size:contain;
    foreground: CadetBlue;
    algin: "Center";
    color: gray;
}

input[type="button"],
input[type="submit"] {
    background-color: #088a08;
    color: #fff;
    tex-algin: center;
    font-size: 12pt;
}

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

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

form { 
    text-algin: center;
}

#rt { text-align: right; }

#rt2 { font-size: 10pt; }

#fm1 { font-size: 12pt; }
