#newsletter_send {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  align-items: center;
  padding: 6px 16px 7px 12px;
  border-radius: 6px;
}
#newsletter_send svg {
  margin-right: 4px;
}
#newsletter_send svg path {
  transition: all 300ms;
}
#newsletter_send:hover svg path {
  stroke: #fff;
}

.newsletter_form_cont {
  margin-top: 6px;
  margin-left: 20px;
  max-width: calc(100% - 68px);
}
.newsletter_form_cont .row {
  height: auto !important;
}

#newsletterForm .form-group {
  margin-bottom: 12px;
  max-width: 90%;
}

#newsletterForm .form-control {
  background-color: transparent;
  color: #d4d4d4;
  height: 44px;
  border: 1px solid rgba(228, 228, 228, 0.2);
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 112px;
}
#newsletterForm .form-control:focus {
  background-color: transparent;
  border-color: rgba(228, 228, 228, 0.2);
  box-shadow: none;
  color: #fff;
}
#newsletterForm .form-control::-moz-placeholder {
  color: #d4d4d4;
}
#newsletterForm .form-control::placeholder {
  color: #d4d4d4;
}

#newsletterForm .form-check-label {
  font-size: 0.75rem;
  color: #e4e4e4;
}
#newsletterForm .form-check-label a {
  font-size: 0.75rem;
  color: #e4e4e4;
}

#newsletterForm .form_loading {
  position: absolute;
  right: 4px;
  top: 4px;
}
