html,
body.login-page {
  min-height: 100%;
  background: #030405 !important;
  color: #e7edf4;
}

body.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(150, 165, 185, 0.20), transparent 36rem),
    linear-gradient(145deg, #020304 0%, #0b0f14 48%, #020304 100%) !important;
}

.login-box {
  width: min(92vw, 440px);
  margin: 0;
}

.soc-login-shell {
  border: 1px solid rgba(192, 205, 222, 0.22);
  background: rgba(5, 7, 10, 0.86);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 34px 28px 30px;
  text-align: center;
}

.soc-mark-wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 235, 242, 0.12), rgba(0, 0, 0, 0.0) 68%);
}

.soc-mark {
  width: 132px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(210, 220, 232, 0.28));
}

.soc-kicker {
  margin: 0 0 10px;
  color: #aeb8c4;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.soc-copy h1 {
  margin: 0;
  color: #f2f5f8;
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 700;
}

.soc-subtitle {
  margin: 12px 0 28px;
  color: #b8c2ce;
  font-size: 1rem;
}

.soc-sso-button,
.soc-sso-button:hover,
.soc-sso-button:focus {
  display: block;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(230, 236, 244, 0.34);
  background: linear-gradient(180deg, #e6ebf2 0%, #aab5c2 100%);
  color: #07090c;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

.soc-sso-button:hover,
.soc-sso-button:focus {
  background: linear-gradient(180deg, #ffffff 0%, #c0cad6 100%);
  color: #020304;
}
