/* Signup page tweaks (complements login.css shared styles) */

.card {
  border-radius: 1rem;
}

.chip {
  padding: 0px 10px;
  font-size: 12px;
  color: #8b8b8b;
}

.chip-border {
  border: 1px solid #8b8b8b;
  border-radius: 12px;
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2563eb;
  vertical-align: middle;
}
