/* assets/css/login.css */
body {
	background: var(--three-bg-color);
}
.nav-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
}