body {
  display: grid;
  align-content: center;
  align-items: center;
  justify-items: center;
  background-image: url("/assets/img/background.jpg");
  background-size: cover;
}

#login-content {
  background-color: white;
  width: 440px;
  padding: 44px;
  height: 338px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}

#login-content img {
  max-height: 60px;
}

#login-content input {
  margin-bottom: 15px;
  text-align: center;
}

footer {
  bottom: 0;
  position: absolute;
  width: 100vw;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  height: 40px;
  line-height: 40px;
}

footer img {
  height: 30px;
}

.field-validation-error {
  color: red;
  text-align: center;
  font-style: italic;
  display: block;
  width: 100%;
}/*# sourceMappingURL=login.css.map */