.strength {
  margin-top: 5px;
}

#strengthBarContainer {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  margin-top: 4px;
  overflow: hidden;
}

#strengthBar {
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
}
