.login-aside {
    background-color: white;
}

.illustratie {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
}

.illustratie > div {
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding-bottom: 70px;
}

.illustratie p,
.illustratie h2 {
    padding-left: 30px;
    padding-right: 30px;
}

.illustratie h2 {
    font-weight: bold;
    font-size: 2.5rem !important;
}

@media (max-width: 1200px) {
    .illustratie .h2 {
        font-size: calc(1.3rem + 0.6vw) !important;
    }
}

.illustratie .illustratie-header {
    position: relative;
    top: -70px;
}

.illustratie p {
    font-size: 1.3em;
}

.illustratie hr {
    background-color: #3F4254;
    width: 20%;
    height: 1px;
}

.illustratie .mt50 {
    margin-top: 50px;
}

.illustratie .mt75 {
    margin-top: 75px;
}

.illustratie .ml25 {
    margin-left: 25%;
}

.illustratie .ml30 {
    margin-left: 30px;
}

.illustratie .mr30 {
    margin-right: 30px;
}

.illustratie > div > .illustratie-image {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-size: contain;
}

.hidden {
    display: none;
}

