


.hbspt-form label {
	display: none;
}

.hs-input {
	height: 48px;
	font-size: 14px;
	width: 100% !important;
	border: 0;
	border-radius: 4px;
}

.hs-form-field {
	float: left;
	border: 1px solid #cccccc;
	border-radius: 4px;
	width: 59%;
}

.hs-submit {
	display: inline-block;
	float: right;
}

.hs-button {
	background-color: #2a9acd;
	width: 155px;
	background-image: linear-gradient(#2a9acd, #1b7dab);
	font-size: 16px;
	height: 48px;
	color: #ffffff;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	float: right;
	border-radius: 4px;
}

.hs-input {
	padding-left: 10px;
}

   

@media (min-width: 992px) {

.hs-form-field {
	float: left;
	border: 1px solid #cccccc;
	border-radius: 4px;
	width: 73%;
}
}

@media (max-width: 600px) {

.hs-form-field {
	float: left;	
	border: 1px solid #cccccc;
	border-radius: 4px;
	width: 50%;
}
	
}

 