.form-item-mail {
  position: relative;
}

.email-error {
  font-size: 10px;
  font-family: Georgia, serif;
  color: #c00;
  display: none;
}

.mobile-email-validation-suggestion {
  display: none;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 120px;
  color:#fff;
  border-radius:5px;
  box-shadow:0 1px 0 #75797a inset, 0 1px 2px #555;
  border:1px solid #000;
  padding:8px 10px; /* must be same as li */
  background: #3a3e3f; /* Old browsers */
  background: -moz-linear-gradient(top, #3a3e3f 0%, #323637 50%, #292a2c 51%, #212224 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3e3f), color-stop(50%,#323637), color-stop(51%,#292a2c), color-stop(100%,#212224)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3a3e3f 0%,#323637 50%,#292a2c 51%,#212224 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3a3e3f 0%,#323637 50%,#292a2c 51%,#212224 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3a3e3f 0%,#323637 50%,#292a2c 51%,#212224 100%); /* IE10+ */
  background: linear-gradient(top, #3a3e3f 0%,#323637 50%,#292a2c 51%,#212224 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3e3f', endColorstr='#212224',GradientType=0); /* IE6-9 */
}
@media screen and (min-width: 640px) {
  .mobile-email-validation-suggestion {
    top: -30px;
    left: 300px;
  }
}

.mobile-email-validation-suggestion:hover {cursor:pointer;}
.mobile-email-validation-suggestion::after {
  content: "\25BC";
  font-size:12px;
  position:absolute;
  bottom:-10px;
  left:50%;
  color:#000;
}
.mobile-email-validation-suggestion:active,
.mobile-email-validation-suggestion:hover {
  background: #34abe8; /* Old browsers */
  background: -moz-linear-gradient(top, #34abe8 0%, #007fd1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34abe8), color-stop(100%,#007fd1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #34abe8 0%,#007fd1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #34abe8 0%,#007fd1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #34abe8 0%,#007fd1 100%); /* IE10+ */
  background: linear-gradient(top, #34abe8 0%,#007fd1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34abe8', endColorstr='#007fd1',GradientType=0 ); /* IE6-9 */
  box-shadow:0 1px 0 #83c7f0 inset, 0 1px 2px #555;
  border: 1px solid #0075c0;
  border-left-color: #0168a9;
  border-right-color: #0168a9;
  border-bottom-color: #014773;
}
.mobile-email-validation-suggestion:active::after,
.mobile-email-validation-suggestion:hover::after {
  color:#0075c0;
}

.eac-input-wrap {
  height: 34px;
  overflow: hidden;
  display: block !important;
  width: 100% !important;
  color: #aaaaaa;
  position: relative;
}
.section-user-register .eac-input-wrap {
  max-width: 400px;
}
input[readonly].desktop-email-validation-inline-suggestion.form-control,
.desktop-email-validation-inline-suggestion.form-control:focus:active,
.desktop-email-validation-inline-suggestion.form-control:active,
.desktop-email-validation-inline-suggestion.form-control:focus,
.desktop-email-validation-inline-suggestion.form-control {
  margin-top: 0;
  padding-left: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #aaaaaa;
}

@media only screen and (max-width: 449px) {
  .desktop-email-validation-inline-suggestion {
    display: none !important;
  }
}

@media only screen and (min-width: 450px) {
  .mobile-email-validation-suggestion {
    display: none !important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  body.path-user #user-register-form .eac-input-wrap {
    max-width: 60%;
  }
  body.path-user #user-register-form .eac-input-wrap input {
    max-width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .section-user-register .email-error {
    margin-left: 185px;
  }
}
