main {
  all: unset;
}

.container {
  all: unset;
}

.form-row:last-of-type {
  margin: unset;
}

.block {
  height: 100%;
}

.border-behind-text {
  position: relative;
  text-align: center;
}
.border-behind-text:before {
  border: 1px solid #E0E4E7;
  content: "";
  display: block;
  width: 100%;
  height: 0.063rem;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.border-behind-text span {
  background: #ffffff;
  padding: 0 0.625rem;
  position: relative;
  z-index: 1;
}