html {
	font-size: 16px;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

.radio {
	margin: 0;
}

.form-control:focus {
	box-shadow: none;
}

input.input::placeholder {
	font-size: 14px;
}

h1,
h2,
h3,
h4 {
	color: #373f47;
	text-transform: uppercase;
}

label {
	color: #373f47;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}