.newsletter .box-heading h5 {
  margin-bottom: 5px;
}
.newsletter .box-content .form-control {
  border-radius: 30px;
  border: none;
  height: 38px;
}
.newsletter .dropdown-btn {
  text-transform: lowercase;
  font-weight: 700;
  color: #bebcbc;
  float: right;
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
  letter-spacing: 0.7px;
}
.newsletter .dropdown-btn i {
  margin-right: 5px;
}
.newsletter .dropdown-btn:hover {
  color: #d6375f;
}

.newsletter-error, .newsletter-success {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  -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;
}
