body{  

 /* background: url("/_extra-assets/login-bg3.svg") no-repeat bottom center !important;*/
  /*  background-size: 100% auto !important;*/
    width: 100%;
    min-height: 100vh !important;
	/*background-color:rgba(255, 255, 255, 0.5) !important;*/
}

body::before {    
      content: "";
      background: url("/_extra-assets/login-bg3.svg") no-repeat bottom center;
      background-size: 100% auto;
      position: fixed;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.30;
}