.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.regbody {
  font-family: Lato, sans-serif;
  color: #39353d;
  font-size: 14px;
  line-height: 20px;
  user-select: auto;
  touch-action: auto;
}

.register-section {
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  background-color: #f2f2f3;
  overflow-y: auto;
}

.register-container {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.register-wrapper {
  background-color: transparent;
}

div#dynamic-header-message {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

h1#dynamic-header-message {
  margin-bottom: 12px;
  font-size: 2.8em;
  line-height: 1.2em;
  text-align: center;
}

.register-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.radio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.radio-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-text-input {
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #d6d4d4;
  border-radius: 8px;
  font-size: 18px;
}

.register-age-input {
  height: 38px;
  max-width: 70px;
  margin-bottom: 10px;
  border: 2px solid #d6d4d4;
  border-radius: 8px;
  font-size: 18px;
}

.register-input-label {
  margin-bottom: 2px;
  padding-top: 5px;
  font-weight: 700;
}

.register-radio-input {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 2px solid #d6d4d4;
}

.register-radio-input.w--redirected-checked {
  border-width: 5px;
  border-color: #731457;
  background-color: #731457;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-checkbox-input {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-width: 2px;
  border-color: #d6d4d4;
  border-radius: 8px;
}

.register-checkbox-input.w--redirected-checked {
  border-color: #731457;
  background-color: #731457;
  background-size: 22px 22px;
}

.register-checkbox-input-label {
  padding-top: 4px;
}

.register-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 90px;
  padding: 24px 5% 20px;
  border-bottom: 1px solid #ece9ed;
  background-color: #fff;
}

.register-header-wrapper {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.register-logo-wrapper {
  position: relative;
  z-index: 1100;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.register-logo-img {
  width: 250px;
}

.submit-button {
  padding: 17px 25px 15px;
  border-radius: 25px;
  background-color: #741457;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.register-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body {
  background-color: #f2f2f3;
}

.register-checkbox-input-label-link {
  margin-left: 4px;
  padding-top: 4px;
  color: #39353d;
}

.login-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-link {
  color: #3675c1;
  font-size: 16px;
  text-decoration: none;
}

.login-text {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .register-header {
    height: 80px;
    margin-top: 0px;
    padding-top: 20px;
  }

  .register-logo-img {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .register-section {
    padding-top: 0px;
    background-color: #fff;
  }

  .register-container {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
  }

  .header {
    font-size: 2.5em;
  }

  .register-header {
    display: none;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 3%;
  }

  .register-logo-img {
    width: 180px;
  }
}

@media screen and (max-width: 479px) {
  .register-container {
    padding-top: 10px;
  }

  .header {
    font-size: 2em;
  }

  .register-header {
    position: -webkit-sticky;
    position: sticky;
    height: 50px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 10px;
  }

  .register-header-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .register-logo-img {
    width: 140px;
    padding-top: 8px;
  }
}
