.auth {
  background: var(--gray-background);
  padding: 7.5rem 0 10rem;
  min-height: min(77.778vh, 840px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auth__wrapper {
  -webkit-box-shadow: 0 3px 19px 0 rgba(105, 122, 143, 0.1);
  box-shadow: 0 3px 19px 0 rgba(105, 122, 143, 0.1);
  background: var(--white);
  border-radius: 1rem;
  max-width: 28.75rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.5625rem 1.875rem 2.1875rem;
}
.auth__title {
  margin-bottom: 1.5625rem;
}
.auth__title + .auth__notice {
  margin-top: -0.9375rem;
}
.auth__form .form__bottom {
  margin-top: 1.25rem;
  text-align: center;
  line-height: 140%;
  color: var(--text-gray-middle);
}
.auth__form .form__bottom a {
  font-weight: 500;
  color: var(--green-text-button);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .auth__form .form__bottom a:hover {
    color: var(--orange-primary);
  }
}
.auth__notice {
  color: var(--text-gray);
  margin-bottom: 1.5625rem;
}
@media (max-width: 768px) {
  .auth {
    background: var(--white);
    padding: 24px 0 88px;
    min-height: unset;
  }
  .auth__wrapper {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset;
    max-width: 500px;
    padding: unset;
  }
  .auth__title {
    margin-bottom: 28px;
    font-size: 24px;
  }
  .auth__title + .auth__notice {
    margin-top: -20px;
  }
  .auth__notice {
    margin-bottom: 28px;
  }
}
/*# sourceMappingURL=auth.css.map */
/*# sourceMappingURL=auth.css.map */