body,
html {
  height: 100%;
}
body {
  width: 100%;
}
body,
html {
  min-height: 100%;
}
h2 {
  clear: both;
}

h2 {
  color: #1f4278;
}
html {
  font-size: 100%;
}
body {
  margin: 0;
  font-size: 17px;
  color: #252626;
  line-height: 1.4;
}
img {
  margin: 0 auto 5px;
  border: 0;
  display: block;
}
h2 {
  margin: 0;
  padding: 0 0 5px;
}
h2 {
  margin-bottom: 22px;
}
h2 {
  font-weight: 700;
}
h2 {
  font-size: 18px;
  margin-top: 22px;
}
@media only screen and (max-width: 770px) {
  img {
    margin: 3px auto 5px;
    border: 0;
    float: none;
    max-width: 100%;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  border: none !important;
}

.lead-form-box {
  box-sizing: border-box !important;
  background: white;
  border-bottom: 1px solid #dacec6;
  padding: 20px;
  max-width: 600px;
  font-family: Arial;
  background-image: url("//viposidn.com/content/ExGemN5fz6r4aNT/img/formbg.jpg");
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: 100% 100%;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
}
.fields-box {
  margin: auto;
  max-width: 320px;
  width: 100%;
}
#lead-form input {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  background: #fff !important;
  padding: 15px !important;
  border: 2px solid #e9d7dc;
  font-weight: normal !important;
}
#lead-form-result {
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding: 7px;
  font-size: 15px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
.name-field,
.phone-field {
  text-align: left;
  margin-bottom: 10px;
}
.name-field label,
.phone-field label {
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #333 !important;
}

.lead-form-box h2 {
  margin: 20px 0 0 0 !important;
  padding: 0px !important;
  line-height: 32px !important;
  color: #000 !important;
  border: none;
}
.lead-form-box label {
  width: 100%;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}
#send-lead {
  width: 100%;
  padding: 15px;
  background: #0299ff;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  color: #fff;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold !important;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .lead-form-box {
    border-left: 1px solid #dacec6;
    border-right: 1px solid #dacec6;
    background-image: url("//viposidn.com/content/ExGemN5fz6r4aNT/img/formbg.jpg");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 400px) {
  .fields-box {
    padding: 10px;
  }
  .lead-form-box {
    padding: 10px;
  }
  #send-lead {
    padding: 10px;
  }
}

.additional {
  font-size: 12px;
}
