
.login-register {
    background: url(/assets/img/mambzdiensten/background.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw
}

.login-register:before {
    background: url(/assets/img/mambzdiensten/background.jpg) center center no-repeat fixed;
    background-size: cover;
    filter: blur(10px) brightness(90%);
    border: 1px solid #fff
}
.fc-time-grid-event .fc-time {
    font-size: .7em !important;
}
.fc-title {
    font-size: 12px;
}
.fa-check:before {
    content: "\f00c"
}
i.fa.fa-check {
    color: #01c853;
    margin-right: 6px;
}
a i.fa.fa-check {
    color: #01c853;
    margin-right: auto;
}
.fa-times:before {
    content: "\f00d"
}
i.fa.fa-times {
    color: #f4516c;
    margin-right: 6px;
}
a i.fa.fa-times {
    color: #f4516c;
    margin-right: auto;
}
