@import url("/css/design_v2/color.css");
@import url("/css/design_v2/font.css");
@import url("/css/design_v2/standards.css");

.pp-auth-illustration {
  display: flex;
  justify-content: center;
  margin-bottom: var(--Space-M);
}

.pp-auth-illustration img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.05));
}

/* Scope container tuning to only the Forgot Password modal */
#forgot-modal .ui-modal {
  border-radius: var(--Radius-400);
  width: min(90vw, 779px);
  box-shadow: var(--Shadow-200);
}


