body {
	--index: calc(1vw + 1vh);
	background: #2D3142;
}

body * {
	padding: 0;
	margin: 0;
}

#upload-container {
	display: flex;
	position: absolute;
	top: 4vw;
	left: 4vw;
	right: 4vw;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: auto;
	max-width: 100%;
	height: calc(var(--index)*20);
	outline: 2px dashed #5d5d5d;
	outline-offset: -12px;
	background-color: #e0f2f7;
	font-family: 'Raleway', sans-serif;;
	color: #1f3c44;
}

#upload-container img {
	height: 40%;
	margin-bottom: 30px;
	user-select: none;
}

#upload-container label {
	font-weight: bold;
	font-size: calc(var(--index)*2);
}

#upload-container label:hover {
	cursor: pointer;
	text-decoration: underline;
}

#upload-container input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	position: absolute;
	z-index: -10;
}

#upload-container label.focus {
	outline: 1px solid #0078d7;
	outline: -webkit-focus-ring-color auto 5px;
}

#upload-container.dragover {
	background-color: #fafafa;
	outline-offset: -17px;
}

#submit_buton {
  display: flex;
	position: absolute;
  height: 2.2vh;
	width: auto;
	max-width: 100%;
	top: calc(var(--index)*22.9);
	left: 66.6vw;
	right: 4vw;
  color: #BFC0C0;
	background-color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-decoration: none;
  font-size: calc(var(--index)*0.8);
  letter-spacing: 1.5px;
	justify-content: center;
  align-items: center;
	align: center;
	flex-direction: column;
  overflow: hidden;
	font-family: 'Raleway', sans-serif;
}

.center {
	display: flex;
  justify-content: center;
  align-items: center;
	top: calc(var(--index)*22.9);
	left: 4vw;
	right: 37vw;
}

#attached_files {
	display: flex;
	position: absolute;
	height: 2.2vh;
	top: calc(var(--index)*22.9);
	left: 4vw;
	right: 37vw;
	color: #BFC0C0;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: calc(var(--index)*0.8);
  letter-spacing: 1.5px;
	border: 2px solid #BFC0C0;
	box-sizing: border-box;
  align-items: center;
	font-family: 'Raleway', sans-serif;
	padding-left: 5px;
}

#progress_bar {
	position: absolute;
	top: calc(var(--index)*21.8);
	width: 0%;
}
