.newsletter-signup {
  background-color: #121415;
  background: url(../../images/hero/hero-3.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: top center;
  height: 530px;
}

.newsletter-signup-title {
  font-size: 42px;
  font-weight: 600;
}

.newsletter-signup-description {
  font-size: 18px;
  color: #bfbfbf;
}

.newsletter-signup .wrap-logo {
  border-right: 1px solid #222223;
  margin-right: 10px;
}

.newsletter-signup .wrap-logo img {
  margin-top: 4px;
}

.newsletter-signup .header-widget {
  border-bottom: 1px solid #222223;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.badge-assine-gratis {
  border: 1px solid #4bcd95;
  background: #092016;
  color: #4bcd95;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px;
  line-height: 1;
}

.newsletter-signup .form-control {
  background: #0d0d0d !important;
  border: 1px solid #343434 !important;
  font-size: 14px;
  height: 45px;
}

.newsletter-signup .form-control::placeholder {
  font-size: 14px;
}

.newsletter-signup .form-control:hover,
.newsletter-signup .form-control:focus {
  border: 1px solid #71ca99 !important;
  box-shadow: none !important;
  background: #272629 !important;
}

.newsletter-signup .newsletter-text-disclaimer {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #bfbfbf;
}

.newsletter-signup .newsletter-text-disclaimer a {
  text-decoration: underline;
  color: #bfbfbf;
}
