.form-group {
	padding: 0;
}

label {
	display: block;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	color: #cccccc;
	font-size: 1.125rem;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

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"] {
	display: inline-block;
 	border: none;
	padding: 12px 20px;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}

input[type="submit"]{
	margin: 10px 0;
}

textarea {
 	border: none;
	padding: 12px 20px;
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
}

::placeholder {
	color: #cecece;
}

.hide {
	display: none;
}