/**
 * ACCORDING TO PRIMAVERA DESIGN SYSTEM:
 * https://design.primaverabss.com/5db52be82/p/0695e1-estilo
 *
 * These variables must follow the defined on the PRIMAVERA Design System,
 * including their naming.
 */
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .progress-circle {
  height: auto;
}
body h1 {
  text-align: center;
  font-weight: 400;
  color: var(--theme-100);
}/*# sourceMappingURL=login.css.map */