html {
    height: 100%;
    background: url('../img/erio-sm-badedit.png') no-repeat 20% bottom;
    background-size: 30%;
}

body {
    margin: 0;
}

h1, h3, h5 {
    font-family: sans-serif;
    text-align: center;
    color: lightskyblue;
}

form {
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

label {
    font-family: sans-serif;
    font-size: 0.8em;
    vertical-align: middle;
}

label > input {
    vertical-align: middle;
}

footer {
    width: 100%;
    font-family: sans-serif;
    font-size: 0.75em;
    text-shadow: 0 0 5px #fff;
    text-align: center;
    position: fixed;
    bottom: 25px;
}

.flashes {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.flashes > li {
    font-family: sans-serif;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

p.error {
    color: red;
    font-weight: bold;
}

.flashes > .error {
    background-color: red;
    color: whitesmoke;
}

#form-file, #form-submit, .form-upload {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-upload > a {
    font-family: sans-serif;
    font-size: 0.8em;
    color: green;
    text-decoration: none;
}

progress {
    width: 90%;
    max-width: 500px;
    height: 1em;
}

progress::-moz-progress-bar {
    background-color: lightskyblue;
}

progress::-webkit-progress-value {
    background-color: lightskyblue;
}