


#file::-webkit-file-upload-button{
	visibility:hidden;
}
#file , input[type=button] , #color{
	
	width: 90%;
	height: 70px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 17px;
	border: 1px solid #000;
	letter-spacing: 2px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	transition: .5s all;
	
}
#file{
	width: 84%;
	height: 55px;
	padding-top:23px;
	padding-left:20px;
}
#file:hover , input[type=button]:hover, color:hover{
	cursor: pointer;
	background-color: #4287f5;
}
@media screen and (max-width: 600px)
{
	
}