#reg-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 65px;
  border-right: 1px solid var(--opweb-gray);
}
#reg-section h1 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  margin: 0;
  line-height: 44px;
}

.form-column {
  display: flex;
  flex-direction: column;
}
.form-column > div:not(:last-of-type) {
  margin-bottom: 15px;
}
.row {
  display: flex;
  align-items: flex-end;
}
.row .form-column {
  width: 100%;
  margin-top: 15px;
}
.row .form-column.small {
  min-width: 90px;
  width: 90px;
  margin-right: 12px;
}

.reg-header {
  padding-bottom: 0;
  border-bottom: none;
}
.reg-header h4 {
  margin-bottom: 0;
  font-size: var(--opweb-small-font-size);
  line-height: 24px;
  font-weight: 500;
}

#reg-form {
  position: relative;
  padding-bottom: 100px;
}
#form-steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}

.step {
  display: none;
  margin: 80px 90px 40px 400px;
}
.step p {
  font-size: 14px;
  line-height: 20px;
}
.step .form-column:not(:first-of-type) {
  margin-top: 15px;
}
.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: var(--opweb-gray-2);
  font-size: var(--opweb-small-font-size);
  line-height: 24px;
  font-weight: 600;
}
.step-number.active {
  background-color: var(--opweb-engage);
  cursor: pointer;
}
.step-line {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  background-color: var(--opweb-gray-2);
}
.step-line.active {
  background-color: var(--opweb-engage);
}

.step .row input[type="radio"] + label {
  margin-right: 20px;
}
.step label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

#documentPhoto {
  height: 0;
  opacity: 0;
}

.label-with-description {
  display: flex;
  flex-direction: column;
}
.label-with-description .label-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--opweb-dark-gray);
}
.label-with-description > span {
  display: block;
}

.action-row {
  margin: 0 90px 0 400px;
}
#actionBtn {
  width: 10%;
  padding: 10px 0;
  background: #101010;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border-radius: 1000px;
  border: 1px solid transparent;
  cursor: pointer;
}
.login-link {
  text-align: center;
}
.login-link span {
  margin-right: 14px;
  font-size: var(--opweb-small-font-size);
  line-height: 24px;
  font-weight: 400;
}
#reg-form a {
  display: inline-block;
  font-size: var(--opweb-small-font-size);
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--opweb-lavender);
}

.completed-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px;
  background: var(--opweb-white);
  border-radius: 4px;
}

.completed-banner p {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .reg-header {
    padding-top: 40px;
  }
}

/* Force document photo to be hidden before upload */
.document-photo {
  display: none;
}

label{
  padding-top: 2px;
  padding-bottom: 2px;
}
