@import url('login.css');

.auth-card-wide {
  max-width: 640px;
}

/* PASSWORD STRENGTH BAR */
.strength-meter-box {
  margin-top: 0.6rem;
}

.strength-bar-track {
  width: 100%;
  height: 6px;
  background: #E2E8F0;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
}

.strength-bar-fill {
  height: 100%;
  width: 0%;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.strength-label {
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 0.4rem;
  display: block;
}
