.box.newsletter {
  color: #8d8d8d;
  padding: 125px 12% 222px 12%;
  margin: 0;
}
@media (max-width: 991px) {
  .box.newsletter {
    padding: 125px 12% 125px 12%;
  }
}
@media (max-width: 767px) {
  .box.newsletter {
    padding: 125px 15px 125px 15px;
  }
}
.box.newsletter .box-heading {
  margin-bottom: 34px;
}
.box.newsletter .box-heading h3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 9.6px;
  color: #cfd8dc;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .box.newsletter .box-heading {
    margin-bottom: 23px;
  }
  .box.newsletter .box-heading h3 {
    font-size: 33px;
    line-height: 33px;
    letter-spacing: 6.72px;
  }
}
.box.newsletter .tm-login-form {
  position: relative;
}
.box.newsletter .box-content .form-control {
  height: 50px;
  max-width: 470px;
}
.box.newsletter .box-content .form-control:focus {
  box-shadow: none;
  outline: none;
}
.box.newsletter .box-content .newsletter-description {
  font-size: 16px;
  line-height: 24px;
  max-width: 450px;
  margin-bottom: 25px;
}

.newsletter-error, .newsletter-success {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  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;
}
