body {
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
}
body{
  padding: 0;
  margin: 0;
}

.lead-form{
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  text-align: center;
  font-size:20px;
}
form{
  width:100%;
  margin:margin: 20px 20px 30px 40px;
}
.item{
  overflow: hidden;
  margin-bottom: 20px;
}
.label{
  float: left;
  margin-right: 20px;
  width:135px;
  border-left: solid 5px #00c0fc;
  padding-left: 10px;
}
.inputs{
  float: left;
  width:300px;
}
input[type="text"],input[type="mail"],input[type="phone"],input[type="item"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: left 20px;
  font-size: 16px;
}
textarea{
  border: solid 1px #aaa;
  border-radius:20px;
  padding: 20px;
  height: 160px;
  font-size: 16px;
}
.btn-area{
  text-align: center;
}
input[type="submit"]{
  background: #005c91;
  border: none;
  color: white;
  font-size:16px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

h1{
position: relative;
color: black;
font-size: 20px;
background: #d0ecff;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

h1:after {/*??*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
  }

h2{
position: relative;
color: black;
font-size: 15px;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}