#lfb_upload_form_container
{
	width: 400px;
	height: 300px;
	
	border: medium dashed #00ff00;
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;
	
	align-content: center;
	text-align: center;
}

#lfb_upload_form
{
	margin: auto;
	width: 100%;
	
	position: absolute;
	
	top: 20%;
	
	align-content: center;
	text-align: center;
	
}

#lfb_upload_form label
{
	font-size: 1vw;
	font-weight: 400;
	color: #ffffff;
	
}

#lfb_upload_form b
{
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
}

#lfb_upload_form input
{
	width: 80%;
}

#lfb_upload_form_submit_btn
{
	position: absolute;
	margin: auto;
	
	width: 80%;
	height: 10%;
	
	bottom: 1%;
	left: 0;
	right: 0;
	
}

#lfb_download_back {
	position: fixed;
	bottom: 10%;
	width: 100%;

	text-align: center;
}

#lfb_download_back a {
	text-decoration: inherit;
	color: #00ffff;
	cursor: pointer;

	font-size: 2em;
}
