.login-page-background {
  background: 
    url(/assets/essence_login-86ae193dc1d994834ef109fc51909874bd166f2b02de46cadc2ed7bbfba402a8.png) no-repeat,
    #AF1685;
  background-size: 90vw;
  background-position: -300% 20%;
  position: relative;
}
@media screen and (orientation: portrait) {
  .login-page-background {
    background-size: 90vw;
    background-position: -326% 110%;
  }
}

.login-page-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: 
    -200% 10%,
    url(/assets/catrice_login-777df5b595c522cf69a7c1066944124c4077ccf1a936f2e69ac5c628c1c1a6ed.png) right bottom no-repeat,
    linear-gradient(110deg, transparent 50%, #0d0515 50%);
  background-size: auto, 40%, cover, contain;
}
