body {
  background-image: url("/site/templates/images/bg.jpg");
  background-size: cover;
  font-family: "comic-sans-ms", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(28, 65, 127);
  text-align: center;
}

h1 {
  font-size: 10vw;
  font-weight: 100;
  text-align: center;
  margin-top: 2rem;
  letter-spacing: 0.2em;
}

h2 {
  font-size: 8vw;
  font-weight: 600;
  margin-top: 1.5rem;
}

h3 {
  font-size: 7vw;
  font-weight: 500;
  margin-top: 1rem;
}

h4 {
  font-size: 6vw;
  font-weight: 400;
  margin-top: 0.5rem;
}

.logo {
  width: 80vw;
  margin: 0 auto;
}
.logo img {
  max-width: 100%;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

a {
  text-decoration: none;
  color: inherit;
}

label {
  color: gold !important;
  text-shadow: 1px 1px 5px black, 1px 1px 2px purple, 1px 1px 10px orange;
}

input {
  border-image-source: linear-gradient(rgba(0, 51, 102, 0.5), rgba(0, 0, 51, 0.5));
  border-width: 5pt;
  border-image-slice: 1;
}/*# sourceMappingURL=app.css.map */