.hs_email {
	float: left;
	width: 50%;
	padding-left: 5px;
	position: relative;
	margin-bottom: 5px;
}

.hs_name_x_form {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 5px;
	margin-bottom: 5px;
}

.hs_lastname {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 5px;
	margin-bottom: 5px;
}

.hs_address {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 5px;
	margin-bottom: 5px;
}

.hs_phone {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 5px;
	margin-bottom: 5px;
}

.hs-form select {
	float: left;
	width: 100%;
	margin-bottom: 0;
	  background-color: rgba(0,0,0,0.6);
	border: 1px solid #E2FF00;
	border-radius: 5px;
	  color: #E2FF00;
	font-size: 13px;
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-bottom: 5px;
}



.hs_message {
	float: left;
	width: 100%;
	position: relative;
}

.hs-form-field label {
	font-size: 12px;

}

.no-list.hs-error-msgs.inputs-list {
	padding: 0;
	margin: 0;
	font-size: 12px;
	position: relative;
	bottom: 0;
	left: 0;
	line-height: 1.2;
}

.no-list.hs-error-msgs.inputs-list label {
	font-size: 10px;
	color: red;
	padding: 4px;
	float: left;

}

.box-cf .field input {
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.6);
}

.no-list.hs-error-msgs.inputs-list li {
	list-style-type: none;
}

.no-list.hs-error-msgs.inputs-list label {
margin-bottom: 5px;
}

 .input {
	 float: left;
	 width:100%;
 }

.hs-form select {
	position: relative;
}

.box-cf {
	float: left;
	width: 100%;
}

.hs-fieldtype-select .input{position: relative;}

.hs-fieldtype-select .input::after {
width: 10px;
  height: 20px;
  display: block;
  content: "";
  background-image: url(https://landing.kress.com/wp-content/uploads/custom_SomeOneGarden/landing-SomeOne-Garden-kress-05.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  right: 13px;
  transform: rotate(90deg);
}


.hs-form select option {
	background-color: #fff;
}


.hs_submit {
	position: relative;
	float: left;
	width: 100%;
}

.hs_submit::after {
	width: 20px;
	  height: 30px;
	  display: block;
	  content: "";
	  background-image: url(https://landing.kress.com/wp-content/uploads/custom_SomeOneGarden/landing-SomeOne-Garden-kress-05.webp);
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: absolute;
	  top: 7px;
	  right: -40px;
	  transform: rotate(180deg);
}

.legal-consent-container p {
	font-size: 12px;
	line-height: 1.2;
	  float: left;
	  width: 100%;
	  margin-bottom: 10px;
}

.hs-dependent-field ul {
	margin: 0;
	padding: 0;
}

.hs-dependent-field ul li {
	list-style-type: none;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
	border-color: #E2FF00;
}

.legal-consent-container input[type="checkbox"]:checked {
	color: #E2FF00;
}

.legal-consent-container input[type="checkbox"]:focus {
	outline-offset: 0;
	outline:none;
  }
  
.legal-consent-container input[type="checkbox"]::after {
border-color: #E2FF00;	
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
	display: block;
	  padding-left: 20px;
	  float: left;
	  width: 80%;
	  position: relative;
}

.legal-consent-container a {
	color: #E2FF00;	
}

.legal-consent-container .hs-form-required {
	position: absolute;
	top: -5px;
	left: 5px;
}

.hs-form-booleancheckbox-display {
	float: left;
	width:100%;
	position: relative;
	margin-bottom: 10px;
}