.box.newsletter * + .dropdown-btn {
  margin-top: 9px;
}

#tm-newsletter-form {
  position: relative;
}

.box.newsletter .box-heading {
  margin-bottom: 0;
}
.box.newsletter .box-content {
  margin-top: -9px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.32px;
}
.box.newsletter .newsletter-description {
  margin: 0;
}
.box.newsletter .dropdown-btn {
  height: 40px;
  padding: 0 38px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  border-radius: 20px;
  color: #22222c;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #f9cc7f;
}
.box.newsletter .dropdown-btn:hover {
  background-color: #f2784b;
}
.box.newsletter .form-control {
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 20px;
}

.newsletter-error, .newsletter-success {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 18px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.newsletter-error {
  color: #D4323D;
}

.newsletter-success {
  color: #55C65E;
}
