.test-login-panel {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #9ed5f5;
  border-radius: var(--radius);
  background: #eef8fe;
}

.test-login-panel p {
  margin: 0 0 2px;
  color: #31566b;
  font-size: .84rem;
  line-height: 1.45;
}

.test-login-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 14px;
  color: var(--muted);
  font-size: .75rem;
}

.test-login-divider::before,
.test-login-divider::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}
