.login-screen {
  background:
    radial-gradient(circle at 20% 18%, rgba(242, 122, 0, .16), transparent 30%),
    linear-gradient(135deg, #051b43, #0b58bd 58%, #f5f8fc 58%);
}

.portal-card-login {
  width: min(470px, calc(100% - 32px));
  padding: 32px;
}

.portal-card-login img {
  width: 176px;
}

.login-label {
  justify-self: center;
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 10px;
  background: #fff1df;
  color: #a85200;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-card-login p {
  color: var(--muted);
  line-height: 1.6;
}

.login-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  font-weight: 800;
}

.login-links a {
  color: var(--blue);
}
