body {
    font-family: 'Lato', sans-serif;
    color: #000000;
    background-color: #ffffff;
}

h1 {
    margin-bottom: 40px;
}

h6 {
    font-family: 'Lato', sans-serif;
    color: #e11eea;
    margin: 0px;
}

label {
    color: #e11eea;
}

label_small {
    color: #e11eea;
    font-weight: 2;
}

.green_table {
    color: #02720a;
}

red_label {
    color: #f00101;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

a:link {
    text-decoration: underline;
    color: white;
}

a:visited {
    text-decoration: underline;
     color: white;
}

a:hover {
    text-decoration: underline;
     color: white;
}

a:active {
    text-decoration: underline;
     color: white;
}

/* TIM CONFETTI */
.confetti {
   	text-align: center;
   	vertical-align: middle;
   	float: middle;
   	margin-top: 0px;
   	margin-bottom: 10px;
}

.confetti button {
	background-image: url( 'https://vastenavend.nl/konterscherp/img/nieuws/confetti_knop.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	back-ground-valign: middle;
	background-color: #000000;
	border: none;
	padding: 36px 41px;
	margin: 4px 2px;
}