input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control.is-invalid.password-invalid {
  background-image: none;
}

input[type=number] {
  -moz-appearance:textfield;
}

.passNoMatch,
.passMinLength,
.passMinCaps,
.passMinLow,
.passMinNum,
.passMinSym,
.emailNotValid,
.emailRegistered,
.numberNotValid,
.requiredField {
  display: none;
}

.card-body {
  z-index: 0;
}

.step-bar {
  padding: 0 20px;
}

.step-bar > li.active {
  color: #294b8a;
}

.step-bar > li {
  color: lightgray;
  text-align: center;
  list-style-type: none;
  float: left;
  position: relative;
}

.step-bar > li:before {
  content: '';
  width: 10px;
  height: 10px;
  line-height: 0px;
  display: block;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  padding: 2px
}

.step-bar > li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #848484;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1
}

.step-bar > li.active:after,
.step-bar > li.active:before {
  background-color: #294b8a;
}

.step-wrapper fieldset:not(:first-of-type) {
  display: none;
}

.notification-card {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 25%;
  box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
  width: 400px;
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}