.step-indicator {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.step-indicator .step {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #ddd;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 10px;
}

.step-indicator .active {
  background: #25BED4;
}

.btn-primary {
  background-color: #25BED4;
  border-color: #25BED4;
}

.btn-primary:hover {
  background-color: #28acc0;
  border-color: #28acc0;
}