h1,
p {
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1px;
}
p {
  font-size: 16px;
  line-height: 24px;
}

.wrapper {
  position: relative;
  background-color: #fbfbfe; /* background */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 100%;
  z-index: 1;
}
.wrapper h1,
.wrapper p {
  margin: 0;
}
.wrapper h1 {
  color: #382c67; /* secondary */
  margin-bottom: 24px;
}
.wrapper p {
  color: #8a80b3; /* secondaryIcon */
  max-width: 385px;
}

.wrapper .emoji {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 24px;
}

.wrapper form {
  display: flex;
  justify-content: center;
  width: 100%;
}

.lockup {
  position: fixed;
  height: 24px;
  left: 40px;
  top: calc(env(safe-area-inset-top, 0) + 44px);
}

.dots-wrapper {
  height: 164px; /* How tall we actually want them to appear */
  width: 100%;

  position: absolute;
  bottom: 0;
  z-index: -1; /* Make sure the dots don't obscure any text */
  overflow: hidden;
}

.dots {
  height: 274px; /* How tall the SVG actually is */
  width: 100%;
  background-image: url(/light/loginDots.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
}
