html {
  font-size: 10px;
}
.main-content {
  width: 37rem;
  margin: 8rem auto 0;
}

.image-logo {
  background-image: url("images/new_logo.jpg");
  width: 16rem;
  height: 8rem;
  margin: 0 auto 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.error-message {
  display: none;
  color: red;
  position: relative;
  top: -1rem;
  text-indent: 1rem;
  font-size: 1.2rem;
}

.network-error-message {
  display: none;
  color: red;
}

.main-content-body {
  height: 50rem;
}

.body-line {
  height: 8rem;
  margin: 0 auto 1.5rem;
  position: relative;
  overflow: hidden;
  height: 4rem;
  width: 100%;
}

.body-label {
  color: #9B9B9B;
}

.captcha-content {
  display: none;
}

.section-b .goleft {
  display: block;
  float: left;
}

.section-b .goright {
  display: block;
  float: right;
}

.body-line label {
  display: block;
}

.body-line input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 0 0 40px;
}

.body-line .little-padding {
  padding: 0 0 0 1rem;
}

.body-line input:focus {
  border-color: #0070D2;
}

.section-a img {
  position: absolute;
  right: 0;
  top: 0.2rem;
  height: 3.6rem;
  border-radius: 6px;
  padding-right: 1px;
}

.img-in-input {
  height: 4rem;
  width: 41px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.email-img {
    background: no-repeat center/50% url(images/email-gray.png);
}

.name-img {
    background: no-repeat center/50% url(images/name-gray.png);
}

.phone-img {
    background: no-repeat center/50% url(images/phone-gray.png);
}

.company-img {
    background: no-repeat center/50% url(images/company-gray.png);
}

.passwd-img {
    background: no-repeat center/50% url(images/key-gray.png);
}

.industry-img {
    background: no-repeat center/50% url(images/industry-gray.png);
    z-index: 13;
}

.input-active {
  -webkit-filter: drop-shadow(40px 0 0 #0161C8);
  filter: drop-shadow(40px 0 0 #0161C8);
  left: -40px;
}

.progress {
  display: none;
  height: .6rem;
  position: relative;
  margin: 0 auto 0.5rem;
  top: -1rem;
}

.danger {
  background: #e36488;
}
.weak {
  background: #f9bf8f;
}
.strong {
  background: #a6ed8e;
}

.oneline {
  height: 4rem;
}

.main-content-body .backgrd-img {
  width: 100%;
  height: 23rem;
  margin: auto;
}

.main-content-body .email-sended {
  background: no-repeat top/50% url(images/email-sended.png);
}

.main-content-body .regist-ok {
  background: no-repeat top/70% url(images/regist-ok.png);
}

.main-content-body h1 {
  color: #4D4D4D;
  font-size: 3.3rem;
  text-align: center;
  margin: 0 auto 7rem;
}

.main-content-body p{
  color: #9B9B9B;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}

.main-content-body h2 {
  color: #4D4D4D;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

#loading-flower {
  height: 2rem;
  margin-right: 1rem;
  position: relative;
  top: -.16rem;
}

.send-email-code {
  position: absolute;
  height: 100%;
  top: 0;
  right: 1rem;
  vertical-align: middle;
  font-size: 1.6rem;
  background: none;
  border: none;
  outline: none;
}

.submit-button {
  display: block;
  margin: 3rem auto 1rem;
  padding: 1rem 3rem;
  color: #FFF;
  border: none;
  outline: none;
  background-color: #0070D2;
  border-radius: 6px;
}

.disabled {
  color: #9B9B9B;
}

.main-content-body.section-a {
/*  display: none;*/
}
.main-content-body.section-b {
  display: none;
}

.inner-button {
  position: relative;
}
