.dxnr-footer-newsletter { width: 100%; }
.dxnr-form { max-width: 520px; }
.dxnr-label { display:block; font-weight:700; margin-bottom:8px; }
.dxnr-row { display:flex; padding-bottom:10px; align-items:center; }
.dxnr-input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 3px;
  outline: none;
}
.dxnr-footer-newsletter input.dxnr-input {
    background-color: #ffffff;
    color: #6c6c6c;
    border: 1px solid rgba(0,0,0,0.1);
}
.dxnr-consent-text {
  margin-top: -2px;
  padding-bottom: 8px;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
.dxnr-consent-text a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.dxnr-consent-text a:hover {
  color: inherit;
  text-decoration: none;
}
.dxnr-btn {
  padding: 10px 14px;
  border-radius: 999px;
  background-color: #ab3061;
  color: #FFFFFF;
  font-size: 13px;
  border: 0;
  cursor: pointer;
}
.dxnr-btn:hover {
  background-color: #ab3061;
  color: #FFFFFF;
}
.dxnr-msg { font-size: 14px; }
.dxnr-msg.is-ok { opacity: .95; }
.dxnr-msg.is-err { opacity: .95; }

.dxnr-hp { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
