.login-pf body {
    background: #f5f5f5 url(../img/background-pattern.png);
}

#kc-header-wrapper {
    color: var(--pf-global--primary-color--100);
}

div.kc-logo-text {
    background-position: center;
    background-image: url(../img/inbo-logo.svg);
    background-repeat: no-repeat;
    height: 63px;
}

div.kc-logo-text.kc-logo-flanders {
    background-image: url(../img/vlaanderen-logo.svg);
}

@media (max-width: 767px) {
    div.kc-logo-text {
        margin: 0;
        width: 150px;
        background-size: 100%;
        background-position: center;
    }
}

a#social-acm-idm {
    background-color: var(--pf-global--primary-color--100);
    color: #fff;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    text-indent: 2em;

    &:hover {
        background-color: var(--pf-global--primary-color--200);

        i.acm-idm-icon {
            &::after {
                background-color: #c2b500;
            }
        }
    }
}
i.acm-idm-icon {
    background-image: url(../img/leeuw-solo.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;

    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.15em;

    aspect-ratio: 142/225;
    height: 1.2em;

    &::after {
        content: "";
        position: absolute;
        top: -1em;
        left: -1.4em;
        width: 3em;
        height: 3em;
        background-color: #ffed00;
        transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        z-index: -1;
    }
}

#info-acm-idm-rights {
    display: inline-block;
    text-align: left;
    width: 100%;
}

#kc-content-wrapper {
    h2 {
        font-weight: 300;
        font-size: 1em;
        text-align: center;
    }
}
.collapsable-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 1em;
}

.collapsable-header {
    cursor: pointer;
    width: 100%;
    text-align: center;

    &::before {
        font-family: "FontAwesome";
        content: "\f0d7"; /* Font Awesome caret down icon */
        display: inline-block;
        position: relative;
        width: fit-content;
        height: fit-content;
        border: 0;
        position: absolute;
        right: 1em;
    }

    &.collapsed {
        &::before {
            content: "\f0d8"; /* Font Awesome caret up icon */
        }
    }
}

.collapsable-content {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    height: fit-content;
    max-height: 40em;

    transition: max-height 0.3s ease-in-out;

    &.collapsed {
        max-height: 0;
    }
}

.collapsable-content-container {
    padding: 1em;
    border: 1px solid var(--pf-global--BorderColor--100);
    width: 100%;
}

#kc-form {
    width: 80%;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
}
