.miller-subscribe-form {
  background-image: url(https://www.mecojax.com/application/files/7817/5018/5761/MECO_DIAMOND-BACKGROUND_BLUE_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  color: #fff;
  margin-bottom: 2rem;
}

.miller-subscribe-title {
  color: inherit;
  font-size: 2.3408rem !important;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.miller-subscribe-text {
  color: inherit;
  font-size: 1.1704rem;
  margin-bottom: 40px;
}

.miller-subscribe-form button {
  background-color: #fff;
  border: 0.1672rem solid #8FBA3D;
  border-radius: 10px;
  color: #46595f;
  cursor: pointer;
  font-size: 1.1704rem;
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.miller-subscribe-form label, .miller-subscribe-form span {
  display: none;
}

.miller-subscribe-form input[type="email"] {
  border: none;
  color: #46595f;
  font-size: 1.1704rem !important;
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}