.page.users .edit-user .alert, .page.users .edit-user .notice {
  margin-top: 0.5rem;
}
.page.users .profile {
  margin: 0 5em;
  max-width: 25em;
  position: relative;
  z-index: 1;
}
.page.users .profile:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  background-color: rgba(252, 252, 252, 0.85);
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  border-radius: 0.5rem;
  z-index: -1;
}
.page.users .profile h3 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.page.users .profile .button {
  font-size: 1.1em;
  padding: 0.7em 0.2em;
  margin-top: 0.8em;
  min-width: 7em;
  font-weight: 600;
}
.page.users .profile ul.password-requirements {
  padding-left: 1.25em;
}
.page.users .account-info {
  float: left;
  width: 43em;
  padding-right: 4em;
  border-right: 1px solid #C2C2C2;
}
.page.users .account-info .role {
  display: block;
  line-height: 1.2;
  margin-bottom: 1em;
}
.page.users .account-info .role .label {
  color: #C2C2C2;
  font-size: 0.8em;
  text-transform: uppercase;
}
.page.users .account-info .role .text {
  color: #FAA61A;
  font-size: 1.1em;
  display: block;
}
.page.users .set-password {
  width: 25em;
}

@media screen and (max-width: 47.9375em) {
  .page.users .profile {
    margin: 0;
  }
  .page.users .profile:before {
    left: -0.75rem;
    width: calc(100% + 1.5rem);
  }
  .page.users .set-password {
    width: 100%;
  }
}

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