.email-signup ons-input {
  width: 100%;
}
.email-signup span.tipe-label {
  font-family: 'pmxPwaDefault', 'Roboto', 'Noto', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #afafaf;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1rem;
  font-weight: 400;
  pointer-events: none;
}
.email-signup span.month-label {
  position: absolute;
  left: 5px;
  bottom: 3px;
  opacity: 0.3;
}
.email-signup ons-select select {
  height: 23px;
  background: none;
  line-height: 17px;
  border-bottom: 1px solid #afafaf;
}
.email-signup .refresh-captcha {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -10px;
  opacity: 0.64;
  color: #2ea92e;
  cursor: pointer;
}
.email-signup .loading-captcha {
  top: 50%;
  position: absolute;
  left: 50%;
  margin: -8px 0 0 -5px;
  color: blue;
}
.email-signup .loadingCheckerboard {
  background-image: linear-gradient(to right, rgba(192, 192, 192, 0.75), rgba(192, 192, 192, 0.75)), /* checkered effect */ linear-gradient(to right, black 50%, white 50%), linear-gradient(to bottom, black 50%, white 50%);
  background-blend-mode: normal, difference, normal;
  background-size: 2em 2em;
}
