.reg-hero {
  background: url("/assets/img/reg-bg.png") center / cover;
  min-height: 704px;
}

.reg-button-primary {
  width: 100%;
  border-radius: 6px;
  padding: 12px 0px;
}

.reg-button-secondary {
  width: 100%;
  border-radius: 6px;
  border-width: 2px;
  padding: 12px 0px;
}

.reg-button-secondary:hover {
  color: #fff;
}

.reg-button-primary-small {
  width: 100%;
  border-radius: 6px;
}

.reg-modal-wrapper > .modal-dialog > .modal-content {
  max-width: 370px;
  margin: auto;
}

.reg-error-list {
  list-style: none !important;
}

.reg-error-list > ul {
  list-style: none !important;
  text-align: start;
  padding: 0px;
}

