@charset "utf-8";

html,
body {
  height: 100%;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

#wrap-box {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

.login-info {
  min-width: 510px;
  background: #252636;
  padding-left: 78px;
  padding-top: 94px;
  /*   display: flex;
  flex-direction: column; */
  position: relative;
}

.login-bg {
  flex: 1;
  background-image: url(../img/index-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 1393px;
}

.login-tit {
  margin: 0px;
  text-transform: uppercase;
  font-family: "AppleSDGothicNeoB00";
  font-size: 52px;
  line-height: 72px;
  color: #13e08b;
  margin-top: 78px;
  margin-left: 1px;
  margin-bottom: 78px;
}

.login-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 78px;
}

.login-wrap > form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input-box {
  height: 48px;
  padding: 0px 20px;
  display: flex;
  border: 1px solid #525252;
  border-radius: 40px;
  gap: 4px;
}

.input-box input {
  background-color: transparent;
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
}
.result {
  /* margin: 17px 0px; */
  font-family: "AppleSDGothicNeoL00";
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  font-size: 12px;
  color: #13e08b;
}

.login-btn {
  height: 48px;
  background: #13e08b;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 61px;
  border: none;
  outline: none;
  color: #252636;
}


.help {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;

  font-family: "AppleSDGothicNeoL00";
}
/* label[for="email-save"] {
  line-height: 15px;
} */

label[for="email-save"] {
  display: flex;
}

label[for="email-save"] > div {
  content: "";
  display: inline-flex;
  margin-right: 11.59px;
  width: 15px;
  height: 15px;
  border: 1.33px solid #ffffff;
  background-color: transparent;
}

label[for="email-save"] > div > img {
  filter: invert(99%) sepia(91%) saturate(4%) hue-rotate(195deg) brightness(107%) contrast(100%);
  width: 100%;
  display: none;
}

input#email-save:checked + label[for="email-save"] > div > img {
  display: block;
}

.login-bg {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* .login-bg > div {
  color: #ffffff;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 114px;
  padding-right: 75px;
}

.login-bg > div > p {
  margin-left: 53px;
  margin-top: 29.11px;
  line-height: 50px;
  margin-bottom: 50px;
}
 */

.login-bg > div {
  color: #ffffff;
  width: 523px;
  height: 238px;
  margin-bottom: 115px;
}

.login-bg > div > p {
  margin-left: 53px;
  margin-top: 29px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 30px;
  width: 470px;
  height: 116px;
  border-bottom: 1px solid #ffffff;
}

.login-wrap > a {
  color: #13e08b;
  margin-top: 154.28px;
  font-family: "AppleSDGothicNeoL00";
  font-size: 12px;
}

.login-wrap > a > img {
  filter: invert(85%) sepia(33%) saturate(6988%) hue-rotate(103deg) brightness(102%) contrast(85%);
}

.sign {
  width: 120px;
}

.copy-right {
  font-family: "AppleSDGothicNeoL00";
  font-size: 10px;
  color: #525252;
  /*  margin-bottom: 36px; */
  text-align: center;
  position: absolute;
  bottom: 3.7%;
  left: 65%;
  transform: translateX(-50%);
}

.pe-6rem{
  padding-right: 6rem;
}

.w-17px{
  width: 17px;
}

.toggle.btn.btn-primary, .toggle.btn.btn-default{
  margin-left: 0.5rem;
  padding: 0;
}
