#email-domains {
  display: block;
  max-height: 175px;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  right: 0;
  border: 1px solid rgba(34, 42, 88, 0.3);
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
#email-domains div {
  cursor: pointer;
  padding: 5px 7px;
  font-size: 15px;
}
@media only screen and (max-width: 576px) {
  #email-domains div {
    font-size: 13px;
  }
}
#email-domains div.active, #email-domains div:hover {
  background: rgba(34, 42, 88, 0.1);
}
#email-domains div span {
  font-weight: 600;
}

.email-placeholder {
  position: absolute;
  left: 12px;
  top: 0;
  display: flex;
  color: #ccc;
  font-size: 20px;
  line-height: 25px;
  z-index: 1;
}
html[lang=he-IL] .email-placeholder {
  display: none;
}
@media only screen and (max-width: 576px) {
  .email-placeholder {
    font-size: 16px;
    line-height: 28px;
  }
}
.email-placeholder span {
  color: rgba(255, 255, 255, 0);
}/*# sourceMappingURL=email-autocomplete.css.map */