html {
  display: flex;
}
html body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0;
}
html body > #background {
  background-image: url(/static/img/logoEPTB.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(100px) opacity(0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
html body > ul {
  display: flex;
  align-items: center;
  width: 100%;
}
html body > ul > li {
  flex: 1;
  display: flex;
  justify-content: center;
}
html body > ul > li img {
  max-width: 15em;
}
html body > section {
  justify-content: center;
  flex: 0;
  width: 35%;
}
html body > section h1 {
  text-align: center;
  margin: 1em 0;
  color: var(--blue);
}
html body > section > p {
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
  color: var(--blue);
  margin-bottom: 1em;
}
html body > section label {
  margin-bottom: 0.5em;
}
html body > section input {
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=login.css.map */
