html, body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  min-width: 1024px;
  position: relative;
  width: 100%;
  height: 100%;
}

.loginWrap {
  width: 470px;
  margin: 0 auto;
}

.loginTop {
  height: 162px;
  width:470px;
  background-image: url("/static/images/common/cover_top2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.loginContent {
  background-color: #FFFFFF;
  width: 470px;
  height: 412px;
  border-bottom: 2px solid #e9e9e9;
  text-align: center;
  padding-top: 60px;
}

.chromeIcon {
  border: 0px !important;
  display: inline-block;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-image: url("/static/images/common/common_blue.png?20211107");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: -1070px -170px;
  margin-right: 7px;
  vertical-align: middle;
}

.downloadLink {
  text-decoration: underline !important;
  color: #2ba1d3;
  font-size: 12px;
}

.languageChange {
  text-align: center;
  font-size: 12px;
}

.hbrg_textArea {
  text-align: center;
  font-size: 12px;
  color: #999999;
  display: block;
}

.hbrg_textArea > p {
  margin-bottom: 20px;
}

.hbrg_textArea > p > span {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #cccccc;
}

.hbrg_textArea > p > span > a {
  color: #999999;
}

.hbrg_textArea > p > span:last-child {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 0;
}

button {
  outline: none;
  background-color: transparent;
}

.commentBt {
  margin: 0 auto;
  color: #999999;
  display: block;
  cursor: pointer;
  margin-bottom: 50px;
  font-size: 12px;
}

.loginBt {
  margin: 0 auto;
  display: block;
  width: 248px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 2px;
}

.blueBt {
  display: inline-block;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #14659C;
  /* margin-right: 5px; */
  cursor: pointer;
}

.inputStyle {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #e3e3e3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  vertical-align: top;
}

.inputStyle.disable {
  background-color: #ececec;
  color: #999999;
}

.googleAuthDiv{
  display: none;
}

input, button{
	border: 0;
}