/* makes login form semi-transparent */
.function-login .r-panel-page > * {
  background: rgba(17,17,17,0.20) !important;
}


/* Add Background Image */
body.function-login {
height:100%;
background:transparent url("https://www.allwaystravel.minisoft-lb.com/files/Lake_Bled.jpg") no-repeat center center fixed;
background-size:cover;
}

