.demo-request-page {
  min-height: 100vh;
  background: #f5f8fa;
}

.demo-request-shell {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}

.demo-request-brand-link {
  display: block;
  width: 100%;
}

.demo-request-brand-link .app-brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.demo-request-login-cta {
  margin-top: 1.75rem;
  padding: 1rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  background: #fff;
  border: 1px solid #e4e6ef;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.demo-request-login-cta__text {
  color: #3f4254;
  font-size: 1rem;
  font-weight: 600;
}

.demo-request-login-cta .btn {
  min-width: 8rem;
}
