.upload-progress-container {
	display: none;
}
.upload-progress {
	height: 100%;
	width: 30%;
}
.upload-result-container {
	display: none;
}
.upload-result-container {
	position: relative;
}
.upload-reset {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 26px;
	height: 26px;
	background-image: url('../Icons/cross.svg');
	cursor: pointer;
}

.form-minerve {
	overflow: hidden;
}

.legal-info {
	clear: both;
	margin-top: 60px;
	font-size: 12px;
}