.form-box {
  padding: 30px;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background-color: #2f6cb3;
  margin-bottom: 0;
  margin-top: 40px;
  color: #fff;
}

.form-control {
  border-radius: 10px !important;
}

.form-label {
  font-size: 15px;
}

.form-check-label {
  a {
	color: #fff;
  }
}

.btn-subscribe {
  background: #bcddec;
  border: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px;

  &.text-white {
    color: #000 !important;
  }
}

#formMessage {
  font-size: 13px;
  text-align: center;
}

.btn-subscribe:hover {
  opacity: 0.9;
  background-color: #fff;
}

.small-text {
  font-size: 12px;
  color: #fff;
}

#steps .steps-headline h1 {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .form-box {
    padding: 30px;
    max-width: 375px;
  }

  .form-control {
    font-size: 16px;
  }
}