.rs-newsletter-form label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.rs-newsletter-form .form-inner {
  position: relative;
  overflow: hidden;
  height: 50px;
  border-radius: 10px;
}
.rs-newsletter-form .form-inner input {
  border-radius: 10px;
  height: 100%;
}
.rs-newsletter-form .form-inner input[type=email] {
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid rgba(62, 62, 62, 0.6);
}
.rs-newsletter-form .form-inner .submit_nl {
  position: absolute;
  right: -1px;
  top: -1px;
  height: calc(100% + 2px);
  z-index: 1;
  padding: 10px 17px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border: none;
  border-radius: 0 10px 10px 0;
}

.newsletter2 .rs-newsletter-form .mc4wp-form-fields > div {
  position: relative;
}
.newsletter2 .rs-newsletter-form .mc4wp-form-fields > div input[type=submit] {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.custom-button-icon {
  display: none;
}

.button_icon_enable .custom-button-icon {
  display: block;
}