.submit-button {
  margin-top: 15px;
  position: fixed;
  bottom: 0px;
  background-color: white;
  width: 100%;
  left: 0px;
  border-top: solid 1px var(--primary-color);
  z-index: 1000;
}

.submit-button .default-actions {
  float: right;
  padding: 10px 15px;
}

.submit-button .wizard-steps {
  /* text-align: center; */
}

.submit-button .wizard-steps button {
  height: 54px;
  border-radius: 0;
  padding: 0px 40px;
}
