.auth-page {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 2rem 0;
}

.auth-page .container {
  width: 100%;
}

.auth-card-row {
  min-height: calc(100vh - 4rem);
  min-height: calc(100dvh - 4rem);
  margin-left: 0;
  margin-right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.auth-card-shell {
  max-width: 500px;
}

.auth-page .input-group,
.auth-page .form-control {
  min-width: 0;
}

.auth-page .form-check-label {
  min-width: 0;
}

@media (max-width: 575.98px) {
  .auth-page {
    align-items: flex-start !important;
    min-height: 100dvh;
    padding: 1rem 0.75rem;
  }

  .auth-page .container,
  .auth-page .col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .auth-card-row {
    display: block;
    min-height: auto;
    background-image: none !important;
  }

  .auth-card-shell {
    max-width: none;
    padding: 1.5rem !important;
    border-radius: 0.5rem !important;
  }

  .auth-page .form-group {
    margin-bottom: 1rem !important;
  }

  .auth-page h1.h3 {
    font-size: 1.25rem;
  }

  .auth-page p {
    font-size: 0.95rem;
  }
}
