﻿.app-login-logo-wrapper { display: flex; justify-content: center; }
.app-login-logo { width: 270px; fill: #FFF; }
.app-login-logo path.leaf-light { fill: #c9dfb1; }
.app-login-logo path.leaf-dark { fill: #57B033; }
.app-container > div { background-image: linear-gradient( rgba(0, 47, 98, 0.85), rgba(0, 47, 98, 0.85) ), url(/images/bck-login.jpg); }
label[for="rememberme"] { cursor: pointer; }

@media (max-width:1200px) {
    .app-container > div { background: var(--primary-color); }
}
