html {
  font-size: 62.5%;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 55%;
  }
}

body {
  line-height: 1;
  font-size: 1rem;
}

.copy.top {
  position: absolute;
  z-index: 10;
  color: #343434;
  font-size: 1.8rem;
  font-weight: bold;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 520px) {
  .copy.top {
    bottom: 20px;
  }
}

#global_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 520px) {
  #global_footer {
    position: relative;
  }
}
#global_footer .copy {
  text-align: center;
  padding: 10px 0;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #fff;
  background: #6b7280;
}

body {
  background: #fff;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  body {
    height: 100%;
  }
}

.body_inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 99vh;
  overflow-y: scroll;
  display: grid;
  place-items: center;
  padding: 80px 0;
}
@media screen and (max-width: 1100px) {
  .body_inner {
    padding: 120px 0;
  }
}
.body_inner::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  position: absolute;
  background: linear-gradient(30deg, rgba(45, 170, 87, 0.95) 0%, rgba(0, 221, 255, 0.95) 100%);
}
.body_inner .auth_info_wrap {
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  width: 750px;
  border-radius: 14px;
}
@media screen and (max-width: 834px) {
  .body_inner .auth_info_wrap {
    width: 95%;
  }
}
@media screen and (max-width: 650px) {
  .body_inner .auth_info_wrap {
    padding: 10px;
  }
}
.body_inner .auth_info_wrap > div .logo_wrap {
  position: absolute;
  top: 30px;
  left: 30px;
  width: fit-content;
}
.body_inner .auth_info_wrap > div .logo_wrap img {
  vertical-align: bottom;
  display: inline-block;
  width: 140px;
  height: auto;
}
.body_inner .auth_info_wrap .desctxt {
  color: #1a202c;
  font-size: 1.6rem;
  line-height: 1.8;
}
.body_inner .auth_info_wrap form button[type=submit] {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  padding: 11px 30px 10px;
  border-radius: 10px;
  background: #bebfc3;
  color: #4b5563;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .body_inner .auth_info_wrap form button[type=submit] {
    padding: 11px 14px 10px;
    font-size: 1.6rem;
  }
}
.body_inner .auth_info_wrap form button[type=submit]:hover {
  transition: all 0.2s linear;
  background: #4b5563;
  color: #bebfc3;
}

.pre-register-container {
  width: auto;
  max-width: 600px;
}
.pre-register-container .address_cert_title {
  text-align: center;
  padding: 12px 0;
  background: #37A7D6;
  color: #fff;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
  margin-bottom: 8px;
  border-radius: 8px;
}
.pre-register-container .address_cert_desc {
  text-align: center;
  padding: 12px 0;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
}
.pre-register-container #pre_register_form label[for=email] {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #1a202c;
  margin-bottom: 10px;
}
.pre-register-container #pre_register_form label[for=email] input[type=checkbox] {
  margin-right: 10px;
}
.pre-register-container #pre_register_form input[type=email] {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #9ca3af;
  outline: none;
  font-size: 1.4rem;
  color: #1a202c;
  margin-bottom: 10px;
}
.pre-register-container .pre_btn_wrap {
  text-align: center;
  margin-top: 20px;
}

/*# sourceMappingURL=custom_verifyemail.css.map */
