html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

a {
    text-decoration: none !important;
}

    a:hover {
        text-decoration: underline !important;
    }

footer {
    margin-top: 20px;
}

    footer .container {
        margin-top: 5px;
    }

.loading {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 5%;
    z-index: 1;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}

.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.card-title {
    margin-top: var(--bs-card-title-spacer-y);
}

.teruglink {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

/*invulvelden duidelijker*/
.form-control, .form-select {
    background-color: #f5f5f5 !important;
}
