html, body {
    height: 100%;
    font-family: "Trebuchet MS"
}

body {
    background-image: url("../../static/images/background.png")
}

.full-height {
    height: 100%;
}

label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

input {
    width: 80%;
}
