.auth-page {
  background: #fff !important;
}

.auth-page .auth-main {
  min-height: calc(100vh - 3.75rem);
  padding: calc(2rem + 4.125rem) 0 6rem;
}

.auth-page .auth-container {
  max-width: 55rem;
}

.auth-page .auth-layout {
  --bs-gutter-x: 0;

  column-gap: 5rem;
}

.auth-page .auth-benefits-column {
  width: 20rem;
  padding: 0;
}

.auth-page .auth-panel-column {
  width: 25rem;
  padding: 0;
}

.auth-page .auth-benefits-column {
  padding-top: 7.7rem;
}

.auth-page .auth-benefits {
  padding: 0;
  color: #606060;
  font-size: 1.125rem;
}

.auth-page .auth-benefits-title {
  margin: 0 0 2rem;
  color: #111;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.auth-page .auth-benefits p {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}

.auth-page .auth-benefits ul {
  padding-left: 1.5rem;
  line-height: 1.75;
}

.auth-page .auth-panel {
  width: 100%;
}

.auth-page .btn {
  border-radius: 4px !important;
}

.auth-page .auth-tabs {
  margin-bottom: 1.5rem;
  border: 0;
}

.auth-page .auth-tabs .nav-link {
  display: flex;
  min-height: 4.5rem;
  padding: 0.35rem 0 0.75rem;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #686868;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-page .auth-tabs .nav-link.active {
  border-bottom-color: #168de2;
  color: #168de2;
}

.auth-page .auth-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentcolor;
}

.auth-page .auth-field {
  position: relative;
  min-height: 4.4rem;
  margin-bottom: 0.7rem !important;
  padding-top: 0.25rem;
}

.auth-page .auth-field .form-control {
  height: 3rem;
  padding: 1.15rem 0 0.2rem;
  border: 0;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0 !important;
  background: transparent;
  color: #333;
  font-size: 1.125rem;
  box-shadow: none;
}

.auth-page .auth-field .form-label {
  position: absolute;
  top: 1.05rem;
  left: 0;
  margin: 0;
  color: #686868;
  font-size: 1.125rem;
  line-height: 1.2;
  pointer-events: none;
  transform-origin: left top;
  transition: color 120ms ease, transform 120ms ease;
}

.auth-page .auth-field .form-control:focus {
  border-bottom: 2px solid #168de2;
}

.auth-page .auth-field .form-control:focus + .form-label,
.auth-page .auth-field .form-control:not(:placeholder-shown) + .form-label {
  color: #168de2;
  transform: translateY(-0.8rem) scale(0.78);
}

.auth-page .auth-field .form-control:not(:focus):not(:placeholder-shown) + .form-label {
  color: #686868;
}

.auth-page .auth-field .form-text {
  min-height: 1rem;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  line-height: 1.2;
  visibility: hidden;
}

.auth-page .auth-field:focus-within .form-text {
  visibility: visible;
}

.auth-page .auth-password-counter {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #777;
  font-size: 0.875rem;
  line-height: 1;
}

.auth-page .form-control:focus,
.auth-page .form-check-input:focus,
.auth-page .nav-link:focus-visible,
.auth-page .btn:focus-visible {
  outline: 0.2rem solid rgb(2 100 214 / 35%);
  outline-offset: 0.15rem;
}

.auth-page .form-check-label {
  color: #242424;
  font-size: 1.125rem;
  line-height: 1.65;
}

.auth-page #authRegisterForm .form-check {
  display: grid;
  margin-top: 0.25rem;
  padding-left: 0;
  grid-template-columns: 4.4rem 1fr;
}

.auth-page #authRegisterForm .form-check-input {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.35rem 0 0 0.85rem;
  border-color: #777;
  border-radius: 2px;
}

.auth-page #authRegisterForm .form-check-label,
.auth-page #authRegisterForm .invalid-feedback {
  grid-column: 2;
}

.auth-page #authRegisterForm .form-check-input {
  grid-column: 1;
  grid-row: 1;
}

.auth-page #authRegisterForm .form-check-label {
  grid-row: 1;
}

.auth-page #authRegisterForm .btn[type='submit'] {
  height: 2.85rem;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.auth-page .auth-panel-divider {
  margin: 1.5rem 1.5rem 0;
  border: 0;
  border-top: 1px solid #d8d8d8;
  opacity: 1;
}

.auth-page #authFeedback {
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
}

.auth-page #authRegisterBenefits li + li {
  margin-top: 0.1rem;
}

@media (max-width: 839.98px) {
  .auth-page .auth-layout {
    row-gap: 2rem;
  }

  .auth-page .auth-benefits-column {
    order: 2;
    padding-top: 0;
  }

  .auth-page .auth-panel-column {
    order: 1;
  }

  .auth-page #authRegisterForm .form-check {
    grid-template-columns: 2.75rem 1fr;
  }

  .auth-page #authRegisterForm .form-check-input {
    margin-left: 0.2rem;
  }
}

@media (min-width: 840px) {
  .auth-page .auth-benefits p,
  .auth-page .auth-benefits ul {
    margin-left: -2rem;
  }
}

@media (max-width: 575.98px) {
  .auth-page .auth-main {
    min-height: calc(100vh - 3.75rem);
    padding: calc(2rem + 4.125rem) 0 4rem;
  }

  .auth-page .auth-benefits-column,
  .auth-page .auth-panel-column {
    width: 100%;
  }

  .auth-page .btn[type='submit'] {
    min-height: 2.75rem;
  }

  .auth-page .auth-benefits {
    padding: 0 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auth-page * {
    scroll-behavior: auto !important;
  }
}

.auth-page .auth-url-field {
  display: none;
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
