input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="color"], input[type="submit"], input[type="button"], button, textarea, select {
	font-size: 1rem;
	line-height: 1rem;
	background: none;
	border: 1px solid #E4E4E4;
	color: #035C67;
	font-size: 400 16px Helvetica Neue,sans-serif;
	padding: 0 0 0 10px;
	height: 48px;
	border-radius: 4px;
}
input[type="submit"]:hover, input[type="button"]:hover, .button:hover, #popup_ok:hover, .filter-btn:hover {
	background: #035C67;
	color: #fff;
	border: 1px solid #035C67;
}
input[type="submit"], input[type="button"], .button, .btn, #popup_ok, .filter-btn {
	background: #fff;
	font: 400 16px Helvetica Neue,sans-serif;
	color: #035C67;
	border: 1px solid #035C67;
	border-radius: 4px;
	padding: 0 15px;
	width: auto;
	height: 48px;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
	transition: all ease 0.2s;
	box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,0.15) inset;
}