﻿html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: white;
    padding-bottom: 70px;
    min-height: 100vh;
}

body.public {
    padding-bottom: 0;
    background-position: center;
    background-size: cover;
    background-image: url('../images/kleurspel-home-creatief-1600-800.jpg');
}

main {
    padding: 30px 30px;
}

@media (max-width: 768px) {
    main {
        padding: 15px 15px;
    }
}

.main-container {
    width: 100%;
}

.validation-summary-errors ul{
    margin-bottom: 0;
}
