.form-group {
}

label {
	display: block;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 0.9375rem;
}

textarea,
input.text,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

:focus {
	outline: none !important;
}

input[type="text"], input[type="email"], input[type="tel"] {
 	border: none;
	padding: 12px;
	width: 100%;
	color: #606060;
	font-family: "Bosch Sans Light", sans-serif;
	font-size: 0.9375rem;
	display: inline-block;
}

input[type="radio"]{
	margin-left: 10px;
	width: auto;
	height: auto;
	display: inline-block;
}

input[type="submit"]{
	margin: 1rem 0;
	font-family: "Bosch Sans Light", sans-serif;
	font-size: 1rem;
}

textarea {
 	border: none;
	padding: 12px;
	width: 100%;
	color: #606060;
	font-family: "Bosch Sans Light", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.5;
}

::placeholder {
	color: #cecece;
}

.hide {
	display: none;
}