:root {
    --defaultblue: #161741;
    --darkorange: #ff5824;
    --lighterblue: #683cb7;
    --logoblue: #4671EA;
}

body[data-path="login"],
body[data-path="app/buying"],
body[data-path="app/home"] {
    background: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: hidden !important;
}

a[href="/login"] {
    width: 100px !important;
    height: 30px;
    background-color: var(--defaultblue);
    outline: none !important;
    border-radius: 4px !important;
    align-self: center !important;
}

@media screen and (max-width:760px) {
    body {
        overflow-y: auto !important;
        background: white;
    }
    body[data-path="login"],
body[data-path="app/buying"],
body[data-path="app/home"] {
    background: white !important;
}
}

.footer-powered {
    display: none!important;
}

nav {
    height: 60px !important;
}

nav .nav-logo {
    height: 60px;
    object-fit: cover;
}

footer,
.sign-up-message,
.navbar-nav,
.navbar-toggler {
    display: none !important;
}

.app-logo {
    border-radius: 8px;
}

.login-content.page-card input {
    height: 40px !important;
}

.btn-primary {
    background-color: var(--defaultblue) !important;
}

.btn-login {
    height: 40px !important;
    background-color: var(--defaultblue) !important;
}

app-logo {
    border-radius: 8px;
}