.portal-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: 24px 0 18px;
  padding: 12px 18px;
  box-sizing: border-box;
  border: 1px solid #1d4ed8;
  border-radius: 10px;
  background: #1d4ed8;
  color: #fff;
  font: inherit;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.portal-login-button:hover { background: #1e40af; }
.portal-login-button:focus-visible { outline: 3px solid #93c5fd; outline-offset: 3px; }
.portal-login-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #64748b;
  font-size: 12px;
}
.portal-login-divider::before, .portal-login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}
