.securebutton-imp {background: #0eaf93; color: #fff}
.securebutton-imp:hover {background: #2c8273; color: #fff}


h1 {
  color: #257E94;
}

p {
  margin: 0 0 10px;
  color: #257E94;
  font-family: jost;
}

h4 {
  color: #0EAF93;
}

a { 
color: #fff
}
body {
  font: 12px/20px jost, sans-serif;
    font-weight: normal;
    font-size: 12px;
  background-color: #257E94;
}
.form-element {
border-radius: 50px;  
}

#form1 .text-input, #form1 textarea  { 
border-radius: 50px; padding-left. 20px;
}

#form1 .text-input, #form1 textarea {
  border-radius: 50px;
  padding-left: 20px;
  padding-top: 16px;
}

.submit {
border-radius: 50px;
}