#dropzoneDragArea {
	background-color: #fbfdff;
	border: 1px dashed #c0ccda;
	border-radius: 6px;
	padding: 60px;
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
}
.dropzone{
	border : 0!important;
}

#mailError, #fileError
{
	color: #dc3545;
	font-weight: bolder;
	font-size: 80%;
}