@charset "utf-8";
/* CSS Document */

#drop_file_zone {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 20px;
    font-family: 'Source Sans Pro', sans-serif;
	background-color: white;
    border: #999 3px dashed;
	border-radius: 30px;
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 1.3em;
}
#drag_upload_file {
  width:100%;
  margin:0 auto;
}
#drag_upload_file p {
	font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
		font-size: 1em;
font-weight: 600;
	line-height: 0.5;
}

#drag_upload_file p i {
  text-align: center;
	font-size: 4em;
	color:#A3A3A3;
}

#drag_upload_file #selectfile {
  display: none;
}

.bulut {
	 text-align: center;
	font-size: 1em;
	height: 25px;
	color:black;
	
	
}