
.form-control{
	background:transparent;
	font-size: 14px;
	    cursor: none;

  font-weight: 300;
  line-height: 15px;
  color: #f8fcf7;
		border:none;
border-radius:0px;
	border-bottom:1px solid #f8fcf7;
}
.form-control:focus{
	background:transparent;
	color: #f8fcf7;
	border:none;
	border-bottom:1px solid #b7ff05;
	box-shadow:none;
}
.wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 5px;
	
}

.wpcf7-checkbox input[type="checkbox"] {
    display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-block;
    background: transparent;
    cursor: none;
	color: #b7ff05;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    border-radius: 100px;
    border: 1px solid #b7ff05;
    padding: 6px 16px;
	transition: 0.3s ease;

}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background: #b7ff05; 
    color: #1a1a1a;
    border-color: #b7ff05;
}