@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,400i,700,800');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,700,800');

body, button, input, select, textarea {
    font-family: "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

body {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #81DAF5;
    background: url(bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.error {
    background-image: url(/_static/error.jpg);
}


#wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    width: 30%;
    min-width: 500px;
}

h1 {
    margin-top: 100px;
    color:#FFF;
    font-size: 100px;
}

h1>small {
  display: block;
  font-size: 40px;
}

#logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 85px;
  background-image: url("/_static/logo.png");
  background-repeat: no-repeat;
}