.auth-wrapper.auth-basic .auth-inner:before {
  width: 100%;
  height: 100%;
  top: -40%;
  left: -45%;
  background-repeat: no-repeat;
  background-size: contain;
}

.auth-wrapper.auth-basic .auth-inner:after {
  width: 70%;
  height: 70%;
  bottom: -40%;
  right: -30%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
