body {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f5f7f8;
}

img {
  max-width:100%;
}

.form-simple {
  max-width: 330px;
  padding: 30px;
  margin: 0 auto;
  background:#004148;
  border-radius:20px;
  color:#fff;
}

.form-simple h1,
.form-simple h2,
.form-simple h3
{
  font-family:'Aeonik Fono', 'Inter', 'Arial', sans-serif;
  color:#fff;
  margin-bottom:20px !important;
}

.form-simple a{
  color:#f2ff52;
}
.form-simple .form-simple-heading,
.form-simple .checkbox {
  margin-bottom: 10px;
}
.form-simple .checkbox {
  font-weight: normal;
}
.form-simple .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-simple .form-control:focus {
  z-index: 2;
}
.form-simple input.first-field {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-simple input.last-field {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}