#img_container{
	border: 1px solid grey;
	padding : 0px;
	height : 350px;
	display: flex;
	justify-content: left;
	align-items: center;
}
	
#dragbtn{
	background-color: #ffffff !important;
	outline: none !important;
	color: grey !important;
	border-color: white !important;
	align-items: bottom !important;
	margin-bottom:20px !important;
	margin-left:50px !important;
}

#file_loader{
	height:100% !important;
	width:100% !important;
	object-fit:cover;
	display:none;
	justify-content: left;
	align-items: center;
}

			