* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	outline: 0;
	list-style: none;
	box-sizing: border-box;
}
select,
input,
textarea,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select>option:disabled {
	display: none;
}
input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
	background-color: transparent;
	color: #444;
	outline: 0;
}
input::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: transparent;
	background: transparent;
	cursor: pointer;
}
