body {
  background: #333;
}

#pwsFormWrapper {
  width: 500px;
  min-height: 400px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 6px;
  text-align: center;
}

#pwsFormWrapper .progress {
  cursor: pointer;
  margin-top: 6px; 
  margin-bottom: 0px;
}

#pwsFormWrapper .progress-bar {
  white-space: nowrap;
}
