html,
body,
#background {
  font-family: Verdana,Geneva,sans-serif;
  width: 100vw;
  min-height: 100vh;
}

.h2 text-center head {
    padding: 8px;
    width: 300px;
}

#login {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 50px;
    font-size: 25px;
}

h2 {
    text-align: center;
}

input {
    font-size: 25px !important;
}

#auth_error {
    color: red;
}

#logo {
    display: block;
    margin: 0 auto;
}

#alt-login-link {
    float: right;
}


#auth-status {
    float: right;
}


#text {
    float: right;
}

footer {
    width:400px;
    margin:auto;
}


fallback.div.form-date-field-arrival{
    display: inline-block;
    color: red;
}

fallback.div.form-date-field-departure{
    display: inline-block;
    color: red;
}

.last_uploaded {
    font-size: 12px;
    position: absolute;
    right:300px;
    top:300px;
}