body {
    height: 100vh;
    margin: 0;
    padding: 0;

    background-image: url("/assets/img/main-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.zig-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.zds-navigation-logo {
    height: 100px;
}

.zig-row {
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: flex-start;
}

.zig-col {
    position: relative;

    display: flex;
    border-radius: var(--zds-shape-radius-xl);
    overflow: hidden;
}

.zig-col-one {
    width: 405px;
    height: 630px;
    border-radius: var(--zds-shape-radius-xl);

    /* TODO main side image */
    background-image: url("/assets/img/Zig365_login.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.25);

    .zig-logo-fragments {
        top: 0;
        left: 0;

        width: 505px;
        /*height: 630px;*/
    }
}

.zig-logo-fragments,
.zig-logo {
    position: absolute;
}

.zig-gradient {
    position: absolute;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0.6;
}

.zig-logo {
    position: absolute;
}

.zig-logo {
    top: 669px;
    left: 136px;

    width: 206px;
    height: 131px;
    object-fit: cover;
}

@media screen and (max-width: 1500px) {
    .zig-col-one {
        display: none;
    }
}

.zig-col-two {
    flex-direction: column;
    align-items: center;
    width: 791px !important;
    padding: 32px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: var(--zds-shape-radius-xl);
    background-color: #ffffff;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.25);
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .zig-col-two {
        width: 494px !important;
    }
}

@media screen and (max-width: 450px) {
    .zig-col-two {
        width: 95vw !important;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.zds-input-text {
    max-width: 362px;
    width: 100%;
}

#zig-login-headline {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 450px) {
    #zig-login-headline {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.zig-form-submit {
    margin-top: 24px;
    width: 100%;
    max-width: 362px;
}

#zig-problemen-met-inloggen {
    margin-top: 30px;
}
#zig-problemen-met-inloggen span {
    color: var(--zds-color-grey);
}

#zig-redirects {
    margin-top:30px;
    max-width: 362px;
    width: 100%;
}

#permission-container {
    margin-top: 60px;
    max-width: 362px;
    width: 100%;
}