.fixed-120px-width{
    width: 150px;
}
.cb input[type="checkbox"] 
{ 
    margin-right: 5px; 
    margin-left: 5px; 
}
.app-theme-white.app-container2{
    background:url(assets/images/vlees.jpg);
    background-size:cover;
    background-position: center;
}

#banner-index {
    width: 100%;
    height: 300px;
    background:url(https://www.fenavian.be/wp-content/uploads/2014/10/shutterstock_68472697-copy-e1560349993602.jpg);
    background-size:cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-top: 60px;

}

#banner-form {
    width: 100%;
    height: 300px;
    background:url(assets/images/vlees3.jpg);
    background-size:cover;
    background-position: center;
}

#banner-history {
    width: 100%;
    height: 70px;
}

.app-main {
    padding-top:0 !important
}

.card {
    max-width: 1300px;
    margin: 0 auto;
}
.card {
    background-color: rgba(255,255,255,0.8)
}
@media (max-width: 900px){
    .form-inline{display:flex;flex-flow:column;align-items:flex-start};
}