.newsletter-footer-container {
  background-color: #dae9ff;
}
.newsletter-footer-container .content {
  margin: 48px auto;
  max-width: 615px;
}
.newsletter-footer-container .content .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 32px;
}
.newsletter-footer-container .content .blog2-email-subscription-form {
  margin: 20px 0px;
}
.newsletter-footer-container .content .blog2-email-subscription-form input {
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #3a3a3a;
  height: 60px;
}
.newsletter-footer-container .content .blog2-email-subscription-form input[type=button] {
  opacity: 1;
  border: none;
  font-size: 16px;
  font-weight: 700;
}
.newsletter-footer-container .content .blog2-email-subscription-form input[type=button].disabled {
  background: #f5f5f5;
}
.newsletter-footer-container .content .blog2-email-subscription-form input input[type=email].should-validate:invalid {
  border: solid 1px #ff533f;
}
.newsletter-footer-container .content .blog2-email-subscription-form label {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 16px;
}
.newsletter-footer-container .content .blog2-email-subscription-form button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2px;
  border: none;
  background: #00aafb;
  border-color: #00aafb;
  width: 100%;
  height: 60px;
}
.newsletter-footer-container .content .blog2-email-subscription-form button:hover {
  opacity: 0.9;
}
.newsletter-footer-container .content .blog2-email-subscription-form button.disabled, .newsletter-footer-container .content .blog2-email-subscription-form button:disabled {
  background: #cccccc;
  opacity: 0.9;
  cursor: default;
}
.newsletter-footer-container .content .blog2-email-subscription-form button .spinner {
  display: none;
}
.newsletter-footer-container .content .blog2-email-subscription-form button.loading .button-content {
  display: none;
}
.newsletter-footer-container .content .blog2-email-subscription-form button.loading .spinner {
  display: inline;
}
.newsletter-footer-container .content .blog2-email-subscription-form .form-control.is-valid, .newsletter-footer-container .content .blog2-email-subscription-form .form-control.is-invalid {
  background-image: none;
}
.newsletter-footer-container .content .blog2-email-subscription-form .form-control.is-valid + .form-label, .newsletter-footer-container .content .blog2-email-subscription-form .form-control:focus + .form-label {
  font-size: 12px;
  color: #00aafb;
  font-weight: 600;
}
.newsletter-footer-container .content .blog2-email-subscription-form .form-control.is-invalid + .form-label {
  font-size: 12px;
  color: #ff533f;
  font-weight: 600;
}
.newsletter-footer-container .content .blog2-email-subscription-form .message {
  margin: 4px 16px;
  position: absolute;
}
.newsletter-footer-container .content .blog2-email-subscription-form .message img {
  width: 15px;
  height: 15px;
}
.newsletter-footer-container .content .blog2-email-subscription-form .message.submit-success, .newsletter-footer-container .content .blog2-email-subscription-form .message.input-correct {
  color: #00aafb;
}
.newsletter-footer-container .content .blog2-email-subscription-form .message.submit-error, .newsletter-footer-container .content .blog2-email-subscription-form .message.input-error {
  color: #ff533f;
}

@media (max-width: 991.98px) {
  .newsletter-footer-container .blog2-email-subscription-form .email-box {
    margin-bottom: 28px;
  }
}

/*# sourceMappingURL=newsletter-footer.css.map */
