@import url('./login.css');

.password-strength {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  transition: width 180ms ease, background 180ms ease;
}

#strengthLabel {
  font-size: 13px;
  color: var(--color-text-secondary);
}
