.development-notice,
.personal-settings-container + .personal-settings-container,
.profile-settings-container,
#profile-visibility,
#personal-settings-avatar-container > div:first-of-type,
#groups,
#app-navigation ul li:nth-child(n+3):not([data-id="trashbin"]),
#contactsmenu,
#lost-password,
#lost-password ~ a,
#body-login h2,
a#nextcloud img,
a#nextcloud div,
.menuitem.action.action-editlocally,
li[data-id="accessibility_settings"],
.federation-control,
footer p:nth-of-type(2) a[href][target="_blank"],
.settings-section.background,
.details__groups,
.personal-settings-setting-box:not(.personal-settings-setting-box-detail),
#accessibility_settings {
    display: none !important;
}

body#body-login {
    background-color: #173973 !important;
    background-image: url('https://antagonist.nl/static/antacloud/background.svg') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center top !important;
}

#body-login #header {
    background-image: url('https://antagonist.nl/static/antacloud/logo.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13rem;
}

#body-login #header img {
    opacity: 0;
    margin-top: 6rem;
}

#body-login #header div {
    background-image: none;
}

#body-login input[type="submit"]:not(.input-button-inline),
#body-login button[type="submit"]:not(.input-button-inline) {
    background: #ec008c !important;
    border-color: #ec008c !important;
    border-bottom: solid 5px #bd0070 !important;
    font-weight: 400 !important;
    width: 100% !important;
    border-radius: 5px !important;
    font-size: 1.25rem !important;
    font-family: Roboto, sans-serif !important;
}

#body-login button[type="submit"]:not(.input-button-inline) span {
    font-weight: 400 !important;
}

#body-login .grouptop,
#body-login .groupbottom {
    margin-bottom: 5px !important;
    border-bottom: unset !important;
}

#body-login input[type="text"],
#body-login input[type="password"] {
    font-size: 1.25rem;
    border-radius: 5px !important;
    font-family: Roboto, sans-serif !important;
}

body:not(#body-login) {
    background-image: url('https://antagonist.nl/static/antacloud/background.svg') !important;
    background-size: cover;
}

header#header {
    background-color: #173973;
}

#nextcloud {
    padding-left: 10rem !important;
}

a#nextcloud {
    background-image: url('https://antagonist.nl/static/antacloud/logo.png') !important;
    width: 8rem !important;
    margin: 0 0 0 1rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
}

#appmenu li a {
    width: 60px;
}

footer {
    color: white;
}
