/* 1. Use your banner.svg on the login page */
.login {
    background-image: url('img/banner.svg'); /* This points to your img folder */
    background-size: cover;
    background-position: center;
}

/* 2. Change the 'SiteEngine' Accent Colors */
:root {
    --primaryColor: #0056b3; /* Replace with your specific brand hex code */
    --sideBarColor: #1e1e1e; /* Darker sidebar for a premium feel */
}

/* 3. Make the Logo stand out */
header .logo img {
    height: 4000px; /* Adjust based on your SVG dimensions */
}
