body {
  background: linear-gradient(165deg, #0c0f1c 0%, #1a1f35 50%, #0c0f1c 100%);
  min-height: 100vh;
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.portal-login-page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem 1rem;
  display: flex;
}

.portal-login-page__panel {
  text-align: center;
  backdrop-filter: blur(14px);
  background: linear-gradient(165deg, #ffffff24 0%, #ffffff0f 45%, #0c0f1c8c 100%);
  border: 1px solid #ffffff2e;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 24px #0000001f, 0 32px 64px #00000059, inset 0 1px #ffffff38;
}

.portal-login-page__logo-ring {
  background: linear-gradient(145deg, #ffffff40 0%, #ffffff0f 100%);
  border: 1px solid #ffffff59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  margin: 0 auto 1.5rem;
  padding: 12px;
  display: inline-flex;
  box-shadow: 0 8px 32px #0d6efd33, inset 0 1px #fff6;
}

.portal-login-page__logo {
  object-fit: contain;
  filter: drop-shadow(0 4px 12px #00000040);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 84px;
}

.portal-login-page__status {
  color: #ffffffd9;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.portal-login-page__error {
  color: #fecaca;
  text-align: center;
  background: #b91c1c59;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  margin: 1.25rem 0 0;
  padding: .75rem 1rem;
  font-size: 14px;
  line-height: 1.45;
  display: none;
}

.portal-login-page__error:not(:empty) {
  display: block;
}
/*# sourceMappingURL=photo-album.638ffdbb.css.map */
