.fg-sign-in-story__content-wrapper {
  margin: 108px auto 0 auto;
}

.fg-sign-in-story__header-logo {
  width: 25%;
  height: 100%;
}

.tab-panel-content {
  display: flex;
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
}

.fg-create-password-story__content-wrapper {
  margin: 108px auto 0 auto;
}

.fg-create-password-story__header-counter {
  width: 50%;
}
.fg-app-launcher-story__content-wrapper {
  margin: 92px auto 0 auto;
}

@media (max-width: 659px) {
  .fg-create-password-story__content-wrapper,
  .fg-sign-in-story__content-wrapper {
    margin: 64px auto 0 auto;
  }

  .fg-create-password-story__header-counter {
    width: 42%;
  }

  .fg-app-launcher-story__content-wrapper {
    margin: 32px auto 0 auto;
  }
  .fg-sign-in-story__header-logo {
    width: 33%;
  }
}

.fg-error-banner-story__banner-wrapper {
  padding-top: 32px;
  margin-bottom: 32px;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: white;
  border-radius: 100vw;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: darkgray;
  border-radius: 7px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: gray;
}
.terms-of-use-box {
  width: 686px;
  max-width: 686px;
}

.terms-of-use {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.fg-email-verification__input {
  margin-top: 42px;
}

.fg-email-verification-error__banner-wrapper {
  height: 64px;
}
