@import url('login.css');

.portal-auth-wide {
  max-width: 660px;
}

.pass-meter-container {
  margin-top: 0.6rem;
}

.pass-meter-track {
  width: 100%;
  height: 6px;
  background: #E5E7EB;
  border-radius: 3px;
  overflow: hidden;
}

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

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