body {
	color: #343a40;
}

header {
	width: 100%;
	padding: 20px;
}

header img {
	display: inline;
}

form {
	padding: 2vh 20px 20px 20px
}

div.dropzone_container button {
	pointer-events: none;
}

input[type="file"] {
	width: auto !important;
	border: 0 !important;
}

h2 {
	text-align: center;
}

div.dropzone_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	background-color: transparent;
	border: 4px dashed #ced4da;
	cursor: pointer;
}

@media screen and (min-width:768px) {
	div.dropzone_container {
		min-height: 70vh;
	}
}

div.dropzone_container.dz-drag-hover {
	background-color: #ced4da;
	border: 4px dashed #adb5bd;
}

div.dropzone_error {
	color: #e02424;
}

div.dz-preview {
	display: none;
}

div.toolbar .col-6 .form-group {
	width: 100%;
}

div.toolbar .col-6 .form-group button {
	width: 100%;
	min-width: 280px;
}

@media screen and (min-width:768px) {
	div.toolbar .col-6:nth-child(1) .form-group {
		justify-content: end;
	}
	div.toolbar .col-6:nth-child(2) .form-group {
		justify-content: start;
	}

	div.toolbar .col-6 .form-group button {
		width: auto;
	}
}
