body {
    padding: 0px;
}

:root {
    --tekstBasis: #000000;
    --zwart: #2F332C;
    --wit: #ffffff;
    --donker: #00ABE7;
    --licht: #00ABE750;
    --lichter: #00ABE725;
    --highlight: #51AD32;
    --highlight-licht: #00ABE750;
}


.col-left {
    background-color: var(--donker);
}

.row {
    padding: 0;
}

.login-block {
    background-color: white;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 2em;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

a {
    color: var(--donker) !important;
}

.input-field {
    display: block;
    margin-top: 10px;
}

.input-field:last-of-type {
    margin-bottom: 5px;
}

.login-img {
    height: 100%;
    object-fit: cover;
}

.login-button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.divider {
    display: flex;
    align-items: center;
}

.divider::before,
.divider::after {
    flex: 1;
    content: '';
    padding: 1px;
    background-color: rgb(212, 212, 212);
    margin: 5px;
}

.ms-button {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.ms-logo {
    height: 12pt;
    margin-right: 5px;
    display: inline-block;
}

.login-logo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 70px;
}