  .pwd-progressBar {
    height: 4px;
    width: 177px;
    text-align: left;
    border: none;
  }

  .pwd-progress-bar {
    width: 0%;
    height: 100%;
    transition: width 250ms linear;
    border-radius:50px;
    border: none;
  }

  .progress-bar-danger {
    background: #d00;
  }

  .progress-bar-warning {
    background: #f50;
  }

  .progress-bar-success {
    background: #080;
  }