.registration-section > .wrapper > form {
  max-width: 640px;
  margin: 40px auto;
  padding: 20px 0;
}

.registration-section > .wrapper > form .input-box {
  margin: 5px auto;
}

.registration-section > .wrapper > form .input-box .responsible-label {
  display: block;
  font-size: 0.8em;
  margin: 10px 0 0 10px;
}

.registration-section > .wrapper > form .input-box.-mb {
  margin-bottom: 20px;
}

.registration-section > .wrapper > form .input-box.-center {
  text-align: center;
}

.registration-section > .wrapper > form .input-box > .checkbox-wrapper.-nomargin {
  margin: 5px 0;
}

.registration-section > .wrapper > form .input-box > .checkbox-wrapper.-mt {
  margin-top: 15px;
}

.registration-section > .wrapper > form .input-box > .checkbox-wrapper.-ml {
  margin-left: 30px;
}

.registration-section > .wrapper > form .input-box > .checkbox-wrapper > .pretty {
  margin: 5px 0;
  display: block;
}

.registration-section > .wrapper > form .input-box input,
.registration-section > .wrapper > form .input-box textarea {
  margin-bottom: 5px;
  color: #868E96;
  resize: vertical;
}

.registration-section > .wrapper > form .input-box input:focus,
.registration-section > .wrapper > form .input-box textarea:focus {
  color: #212529;
}

.registration-section > .wrapper > form #g-recaptcha div {
  margin: 20px auto;
}

.registration-section > .wrapper .hidden {
  display: none;
}

.registration-section > .wrapper .hidden.-active {
  display: block;
}

.registration-section > .wrapper > .steps-wrapper {
  display: none;
}

.registration-section > .wrapper .thanks-header {
  font-weight: 600;
}

.registration-section > .wrapper .thanks-message {
  width: 80%;
  color: #868E96;
}

.registration-section > .wrapper .download_consent {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 30px auto;
  max-width: 200px;
}

@media (max-width: 768px) {
  .registration-section > .wrapper > .page-title {
    font-size: 1.2em;
    text-align: center;
  }

  .registration-section > .wrapper > form {
    margin-top: 0;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .registration-section > .wrapper > .steps-wrapper {
    display: block;
    margin: 40px auto;
    width: 80%;
  }

  .registration-section > .wrapper > .steps-wrapper > .step {
    width: calc(100% / 3);
    float: left;
    font-size: 0.7em;
    color: #868E96;
  }

  .registration-section > .wrapper > .steps-wrapper > .step > .fillbox {
    background-color: #E9ECEF;
    width: 100%;
    height: 14px;
    margin-top: 5px;
  }

  .registration-section > .wrapper > .steps-wrapper > .step > .fillbox.-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #1A82A9;
    position: relative;
    z-index: 2;
  }

  .registration-section > .wrapper > .steps-wrapper > .step > .fillbox.-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #1A82A9;
    position: relative;
    z-index: 2;
  }

  .registration-section > .wrapper > .steps-wrapper > .step > .fillbox.-active {
    background-color: #1A82A9;
  }

  .registration-section > .wrapper > .steps-wrapper > .step.-active {
    color: #1A82A9;
    font-weight: 600;
  }
}

