.passwordStrength {
    margin-top: 10px;
  }
  
  .progress {
    height: 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-top: 10px;
    width: 50%;    
  }
  
  .progress-bar {
    height: 20px;
    border-radius: 5px;
    transition: width 0.5s;
  }
  
  .bg-danger {
    background-color: #dc3545;
  }
  
  .bg-warning {
    background-color: #ffc107;
  } 
  
  .bg-success {
    background-color: #72ff82cd;
  }  