body {
  background-color: white;
}

.pdq-auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdq-auth-card {
  width: 100%;
  max-width: 420px;
  border: 1px solid lightgrey;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.pdq-auth-header {
  background-color: white;
  border-bottom: 1px solid lightgrey;
  padding: 18px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-weight: 600;
}

.pdq-auth-body {
  padding: 24px;
}