input[type="file"]{
	width: 100%;
    margin-top: 40px;
	padding: 60px;
	border: dotted;
}
input[type="file"]:hover{
	background:white;
}