body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: var(--brand-orange-base-dark);
  background: var(--common-neutral-100);
}

.top-description {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}

.top-description h3 {
  font-weight: 500;
}

.top-description p {
  color: var(--common-neutral-900);
  font-size: 14px;
  font-weight: 500;
}

.description-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: start;
}
.description-text-wrapper a {
  color: var(--brand-blue-accent-300);
}

.container .inner {
  text-align: center;
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  background-color: transparent;
}

.container .inner > div {
  width: 28.125rem;
  background-color: var(--common-neutral-0);
  border-radius: 0.375rem;
  padding: 1.25rem 4.8125rem;
  flex-shrink: 0;
}

.inner .title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  color: var(--brand-orange-base-dark);
  margin-bottom: 0.625rem;
}

.sign-up .description {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  color: var(--common-neutral-900);
  text-align: left;
}

.sign-up .sign-up-link {
  margin-top: 1.25rem;
  text-decoration: none;
  display: block;
}

.inner .button-to-sign-up:active {
  opacity: 0.75;
}

.inner .link-to-sign-up {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  body {
    display: block;
  }

  .app .container {
    background: var(--brand-orange-base-light);
    border-bottom: 1px solid var(--common-neutral-300);
    padding: 1.25rem;
    width: 100%;
  }

  .app .container .inner {
    min-height: auto;
    padding: 0;
    flex-direction: column;
  }

  .container .inner > div {
    width: 100%;
    padding: 1.25rem;
  }

  .inner .link-to-sign-up {
    margin-top: 0.3774rem;
  }
}

#forgotPassword {
  color: var(--common-neutral-800);
  font-size: 0.625rem;
  font-weight: 700;
}

.rememberMe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0 0.625rem 0;
}
.rememberMe input {
  margin: 0 0.25rem;
}
.rememberMe label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--common-neutral-800);
}

.buttons #next,
.buttons button {
  margin-top: 0.625rem;
}

.divider {
  display: none;
}

.create {
  display: none;
  font-size: 10px;
  font-weight: 700;
  padding: 10px 0;
  color: var(--common-neutral-800);
  text-align: center;
}
.create a {
  color: var(--common-neutral-800);
}

.reset-password {
  background-color: var(--bg-highlight-color);
}
