Page 1 of 1

Login Page Background and Logo Images

Posted: Sun Dec 26, 2021 3:38 pm
by admin
body{
background-image: url('#APP_FILES#technology.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.t-Login-logo {
background-image: url('#APP_FILES#erpstuff logo.png');
background-repeat: no-repeat;
background-size: cover;
width: 200px;
height: 120px;
}