.frontend_signup #header_title {
  color: #000;
}
.frontend_signup_step2 #header_title {
  color: #000;
}
.frontend_signup .labelPart {
  display: inline-block !important;
  width: 30% !important;
  text-align: left   !important;
  padding-right: 30px;
}
@media (min-width: 30em) {
  .frontend_signup .labelPart {
    text-align: right !important;
    width: 12em !important;
  }
}
@media (min-width: 48em) {
  .frontend_signup .labelPart {
    width: 22em !important;
  }
}
.frontend_signup .fieldPart {
  display: inline-block !important;
  min-width: 180px;
}
@media (min-width: 30em) {
  .frontend_signup .fieldPart {
    min-width: 220px;
  }
}
.frontend_signup .fieldPart a {
  border: 1px solid #aaa;
  padding: 3px;
  background-color: #aaface;
  float: right;
  border-radius: 5px;
  margin-top: -3px;
}
.frontend_signup div#google_login a {
  background-image: url("/IMG/google-login.png");
  border: 1px solid #aaa;
  background-color: #4285F4;
  color: #fff;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  width: 200px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  text-align: center;
  padding-left: 45px;
  background-position: -10px;
}
/*# sourceMappingURL=frontend_signup.css.map */