.header {
  position: relative;
  height: 68px;
}

.success {
  text-align: center;
  display: flex;
  justify-content: center;
  height: calc(100vh - 176px);
  flex-direction: column;
  align-items: center;
}
.success-text {
  color: #fafafa;
  font-weight: 400;
  margin: -230px 0 64px 0;
}

@media (max-width: 1024px) {
  .success-text {
    font-size: 0.75rem;
    margin: 0 0 30px;
  }
}
/*# sourceMappingURL=success.css.map */
