/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */


input[type="file"] {
	margin-bottom: 20px;
  font-size: 16px;
}
input[type="button"] {
	padding: 10px 20px;
	background-color: #000000;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
}
button:hover {
	background-color: #0069d9;
}

