.hs-button {
  font-size: 20px;
  font-family: neo-sans,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 30px;
  min-width: 200px;
  color: #2b2b2b;
  border: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hs-button.primary {
  background-color: #61c2ef;
  border-color: #61c2ef;
}

.hs-button.primary:hover, .hs-button.primary:focus, .hs-button.primary.focus {
  color: #2b2b2b;
  background-color: #61c2ef;
  border: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.hs-button.primary:not(:disabled):not(.disabled):active, .hs-button.primary:not(:disabled):not(.disabled).active,
.show > .hs-button.primary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.hs-button:focus, .hs-button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.hs-form-field {
	float: left;
	padding-bottom: 25px;
	margin-right: 20px;
}

.hs-input {
	width: 300px;
	padding: 5px 10px 5px 10px;
}

.hs-richtext a {
	color: #61c2ef;
}

.legal-consent-container {
	font-size: 13px;
	display: inline-block;
	padding-top: 15px;
}

.legal-consent-container p {
	margin-bottom: 0px;
}

.hs-error-msgs {
	font-size: 13px;
	position: absolute;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	color: red;
}

.submitted-message {
	color: #61c2ef;
}