#dropzone {
	margin: 0 0 50px;
}

.avatars {
	box-sizing: border-box;
	border: 2px dashed #000;
	border-radius: 5px;
	background: #fff;
	padding: 54px 54px;
	min-height: 150px;
	text-align: center;
}

.avatars.dz-drag-hover {
	border-color: #a0a0a0;
	color: #a0a0a0;
}

.avatars .dz-message  h3 {
	margin: 0;
}

.avatars .dz-message .note {
	font-size: 0.8em;
	font-weight: 200;
	display: block;
	margin-top: 1.4rem;
	margin-bottom: 0;
}

.avatars.dz-clickable {
    cursor: pointer;
}

#dropzonewait,
#dropzoneresult {
	text-align: center;
	padding: 20px 40px;
	font-size: 0.8em;
	margin-bottom: 50px;
}

#dropzoneresult {
    border-color: #fff;
	border-width: 5px;
	border-style: solid;
	transition: 0.5s ease;
}

	#dropzoneresult.active {
		border-color: rgba(204,0,0,1);
	}

	#dropzoneresult .newfile {
		margin-bottom: 20px;
	}