.signup-bg-wrapper {
  position: relative;
}
.signup-bg-wrapper .signup-bg {
  max-width: 500px;
}
.signup-bg-wrapper .signup-bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 350px;
  height: 350px;
  background-color: #9393c3;
  border-radius: 0% 100% 0% 0%;
}
.signup-bg-wrapper .signup-bg img {
  position: relative;
  z-index: 1;
}

/*# sourceMappingURL=signup-page-content.css.map*/