/* Content */
/* #content {
  padding: 10rem 0;
} */

main {
  color: #fff;
  background: url('/static/images/background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: filter 0.2s;
}

a {
  color: #fff;
}

button, a.button {
  -webkit-box-shadow: 10px 10px 45px -12px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 45px -12px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 45px -12px rgba(0,0,0,0.75);
}

#content, #content .container-fluid, #content .row {
  height: 100%;
}

#content #sign-in {
  line-height: 5.5rem;
}

@media only screen and (max-height: 100vw) {
  #content, #content .container-fluid, #content .row {
    height: auto;
  }

  #content {
    padding: 4rem 0 4rem 0;
  }
}