.frontend_login #header_title {
  color: #000;
}
.frontend_login #wechatlogin {
  display: block;
}
@media (min-width: 30em) {
  .frontend_login #wechatlogin {
    display: none;
  }
}
.frontend_login #wechatlogo {
  display: none;
}
@media (min-width: 30em) {
  .frontend_login #wechatlogo {
    display: block;
  }
}
.frontend_login input#button_go {
  padding: 10px;
  text-transform: uppercase;
  line-height: 12px;
}
.frontend_login div.new_customer {
  margin-top: 40px;
  padding-bottom: 40px;
}
.frontend_login div.new_customer div.new_customer_title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.frontend_login div.new_customer div.new_customer_text {
  text-align: justify;
  width: 20em;
  margin-bottom: 40px;
}
.frontend_login div.new_customer div.signup_link a {
  padding: 10px;
  background-color: green;
  color: #fff;
  text-transform: uppercase;
}
.frontend_login div#accordion,
.frontend_login div#tabs {
  display: inline-block;
  border: none;
  width: 300px;
}
.frontend_login div#accordion ul,
.frontend_login div#tabs ul {
  background: none;
  border: none;
  width: max-content;
}
.frontend_login div#accordion ul li,
.frontend_login div#tabs ul li {
  border: 1px solid #bbb;
}
.frontend_login div.newTab {
  border: 1px solid #bbb;
  border-radius: 10px;
  background-color: #fff;
}
.frontend_login 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_login.css.map */