html, body {
    height: 100%;
}
main {
    min-height: 80%;
}

input {
    font-size: 15px;
    padding: 5px 10px;
}
input[type=password],
input[type=text] {
    margin-left: 10px;
    width: 150px;
}
.content div {
    line-height: 1.5em;
    padding-bottom: 2em;
    font-size: 12pt;
}
span.error {
    color: red;
}
span.fine {
    color: green;
    font-weight: bold;
}
#headerWrapper {
    padding-top: 25px;
}
