HTML,BODY{
	height:100%;
	background-image:url(https://gls.ubn.eu/img/bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	margin:0;padding:0;
}

.ubnkleur{
	color:#f57832!important;
}
.ubnkleurbg{
	background-color:#f57832!important;
	color:white!important;
}

::-webkit-input-placeholder { /* Chrome */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
}


.container{
	background-color:white;
	height:400px;
	margin-top:calc(25% - 200px);
}

.container.result{
	top:auto;bottom:auto;
	position:relative;
	margin-top:15px;
	height:auto;
}

.dropzone{
	width:100%; height:100%;
	text-align:center;
	display: inline-block;
	border: 1px solid #f57832;
	margin:0 auto;
	transition: background 0.3s;
	background-color: rgba(255,255,255,.1);
	color:white;
}

.dropzone IMG{
	margin-top:15%;
}

.dropzone:hover{
	border: 1px dotted rgba(245,120,50,.6);
	background-color: rgba(245,120,50,.6);
	color:white;
}

.dz-message,.dz-message span{
	font-size:40px;
	height:100%;
	display: inline-block;
  vertical-align: middle;
}
