.hide {
    display: none !important;
}

#LoginView {
    background: transparent !important;
}

#login-box #LoginLogo {
    background: transparent !important; /* url("/app/themes/default/images/logo.png") left top no-repeat !important; */
}

#FooterView .container {
    display: none;
}

@media (max-width: 801px) {
    #login-box #LoginLogo {
        height: 140px;
    }
}