/* Hide Nextcloud logo on login */
body#body-login .logo {
    background-image: none !important;
    height: 0 !important;
    margin: 0 !important;
}

/* Hide footer links to Nextcloud */
footer .info a[href*="nextcloud"],
footer .info a[href*="Nextcloud"],
a.legal[href*="nextcloud"] {
    display: none !important;
}

/* Dark background */
body#body-login {
    background-color: #0a0a1a !important;
    background-image: none !important;
}

/* Accent color */
:root {
    --color-primary: #6c5ce7 !important;
    --color-primary-element: #6c5ce7 !important;
    --color-primary-element-hover: #5a4bd1 !important;
}

/* Clean login box */
#body-login .v-button.primary {
    background-color: #6c5ce7 !important;
    border: none !important;
}
