main.main-wrapper.register-user section.register-user {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f9f9fa;
}
@media (max-width: 992px) {
  main.main-wrapper.register-user section.register-user {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
main.main-wrapper.register-user section.register-user div.container .account-type-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  margin-top: 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 570px) {
  main.main-wrapper.register-user section.register-user div.container .account-type-links {
    font-size: 15px;
    margin-top: 35px;
  }
}
main.main-wrapper.register-user section.register-user div.container .account-type-links .red-text-create {
  color: var(--Red-Medatlas, #D52652);
  font-weight: 700;
  text-decoration: none;
}
main.main-wrapper.register-user section.register-user div.container .account-type-links .blue-text-create {
  color: var(--Albastru-Medatlas, rgba(0, 123, 254, 0.97));
  font-weight: 700;
  text-decoration: none;
}
main.main-wrapper.register-user section.register-user div.container .custom-margin-bottom-user {
  margin-bottom: 12px !important;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper {
  width: 100%;
  max-width: 887px;
  margin: auto;
  padding: 41px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 570px) {
  main.main-wrapper.register-user section.register-user div.container div.form-wrapper {
    padding: 25px;
  }
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper h1.section-title {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  main.main-wrapper.register-user section.register-user div.container div.form-wrapper h1.section-title {
    font-size: 23px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.register-user section.register-user div.container div.form-wrapper h1.section-title {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group {
  margin-bottom: 30px;
}
@media (max-width: 570px) {
  main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group {
    margin-bottom: 14px;
  }
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 570px) {
  main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group label {
    font-size: 16px;
  }
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group input.form-control {
  border-radius: 6px;
  border: 2px solid #e6e7ec;
  height: 52px;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group.field-signupform-confirm_password, main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group.field-signupform-password {
  position: relative;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group.field-signupform-confirm_password button.pass-reveal, main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.form-group.field-signupform-password button.pass-reveal {
  position: absolute;
  bottom: 5px;
  right: 0;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div#signupform-role {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div#signupform-role div.form-check {
  margin-right: 39px;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div#signupform-role div.form-check label {
  font-size: 16px;
  font-weight: 400;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.field-signupform-gdpr div.custom-control.custom-checkbox {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 570px) {
  main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.field-signupform-gdpr div.custom-control.custom-checkbox {
    font-size: 14px;
  }
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.field-signupform-gdpr div.custom-control.custom-checkbox a {
  color: var(--figmaBlue);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user div.field-signupform-gdpr div.custom-control.custom-checkbox a:hover {
  color: var(--dark_orange);
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper form#register-user button.submit {
  width: 100%;
  height: 52px;
  font-size: 19px;
  font-weight: 700;
  border-radius: 6px;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper div.separator {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
@media (max-width: 570px) {
  main.main-wrapper.register-user section.register-user div.container div.form-wrapper div.separator {
    margin-bottom: 10px;
    margin-top: 27px !important;
  }
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper div.separator hr {
  flex: auto;
  background: #797979 !important;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper div.separator span {
  display: inline-block;
  margin-left: 19px;
  margin-right: 19px;
  color: #797979;
  font-size: 15px;
  font-weight: 400;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper div.social-login {
  display: flex;
  align-items: center;
  gap: 21px;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper div.social-login a.social {
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.main-wrapper.register-user section.register-user div.container div.form-wrapper div.social-login a.social img {
  width: 100%;
  max-width: 19px;
  margin-right: 13px;
  margin-top: -4px;
}

/*# sourceMappingURL=register_user.css.map */
