.page.add-user .user-access-explanation {
  font-size: 1.25em;
  line-height: 1.35;
  max-width: 38.45em;
  position: relative;
  z-index: 1;
}
.page.add-user .user-access-explanation:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  background-color: rgba(252, 252, 252, 0.85);
  width: calc(100% + 2rem);
  height: calc(100% + 1.5rem);
  border-radius: 0.5rem;
  z-index: -1;
}
.page.add-user .profile {
  padding: 0;
  margin-top: 2em;
}
.page.add-user .profile .form-row {
  overflow: visible;
}
.page.add-user .profile h3 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.page.add-user .profile .button {
  font-size: 1.1em;
  padding: 0.7em 0.2em;
  margin-top: 0.8em;
  min-width: 7em;
  font-weight: 600;
}
.page.add-user .account-info {
  width: 32em;
  position: relative;
  z-index: 1;
}
.page.add-user .account-info:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  background-color: rgba(252, 252, 252, 0.85);
  width: calc(100% + 2rem);
  height: calc(100% + 1.5rem);
  border-radius: 0.5rem;
  z-index: -1;
}
.page.add-user .account-info .role {
  display: block;
  line-height: 1.2;
  margin-bottom: 1em;
}
.page.add-user .account-info .role .label {
  color: #C2C2C2;
  font-size: 0.8em;
  text-transform: uppercase;
}
.page.add-user .account-info .role .text {
  color: #0A5FA9;
  font-size: 1.1em;
  display: block;
}
.page.add-user .account-info .form-note {
  font-size: 0.875em;
  line-height: 1.5714285714;
  margin-top: 2.6em;
  margin-bottom: 0;
  color: #0A5FA9;
}

@media screen and (max-width: 60em) {
  .page.add-user .content-wrapper .info.ui-row {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .page.add-user .profile {
    padding: 0;
  }
  .page.add-user .account-info {
    width: 100%;
    max-width: 35em;
    padding: 0;
  }
  .page.add-user .account-info:before {
    left: -0.75rem;
    width: calc(100% + 1.5rem);
  }
}

/*# sourceMappingURL=add-user.css.map */
