.login {
  background-color: #F5F5F5;
  width: 100%;
  height: 100vh;
}
.login .content {
  width: 1140px;
  height: 487px;
  margin: 96px auto 0;
  box-shadow: 0px 3px 4px rgba(23, 66, 98, 0.04);
  border-radius: 4px;
  background: #FFFFFF;
  padding: 53px 171px 0 115px;
  display: flex;
}
.login .content .content-img {
  width: 457.06px;
  height: 340.6px;
}
.login .content .content-inout {
  margin-left: 71px;
}
.login .content .content-inout .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 160.4%;
  color: #3C4854;
}
.login .content .content-inout .email,
.login .content .content-inout .password,
.login .content .content-inout .repetition-pw {
  margin-top: 24px;
}
.login .content .content-inout .email-text,
.login .content .content-inout .password-text,
.login .content .content-inout .repetition-pw-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3C4854;
}
.login .content .content-inout .email-input,
.login .content .content-inout .password-input,
.login .content .content-inout .repetition-pw-input {
  margin-top: 8px;
  width: 328px;
  height: 35px;
  border: 1px solid #BAC6CF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #3C4854;
  text-indent: 13px;
}
.login .content .content-inout .email-hint,
.login .content .content-inout .password-hint,
.login .content .content-inout .repetition-pw-hint {
  font-size: 12px;
  line-height: 15px;
  color: #E83B51;
  margin-top: 8px;
  display: none;
}
.login .content .content-inout .forget-p {
  font-size: 12px;
  line-height: 15px;
  color: #0588F4;
  font-weight: 500;
  text-align: right;
  margin-top: 24px;
  cursor: pointer;
}
.login .content .content-inout .login-button,
.login .content .content-inout .create-account-button {
  width: 326px;
  height: 54px;
  background: #0588F4;
  border-radius: 4px;
  color: #FFFFFF;
  line-height: 54px;
  text-align: center;
  margin-top: 16px;
  cursor: pointer;
}
.login .content .content-inout .login-button span,
.login .content .content-inout .create-account-button span {
  color: #FFFFFF;
}
.login .content .content-inout .icon-refresh::before {
  width: 0.9em;
  height: 0.9em;
  border: 2px solid;
  border-right-color: transparent;
  border-radius: 50%;
  color: white;
}
.login .content .content-inout .icon-refresh::after {
  border: 0.2em solid;
  border-left-color: transparent;
  border-top-color: transparent;
  left: 75%;
  top: 20%;
  color: white;
}
.login .content .content-inout .create-account-button {
  margin-top: 40px;
}
.login .content .content-inout .create-account {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3C4854;
  margin-top: 16px;
  cursor: pointer;
}
.login .content .content-inout .forget-box {
  margin-top: 40px;
}
.login .content .content-inout .forget-box .forget-button {
  display: flex;
}
.login .content .content-inout .forget-box .forget-button .reset {
  width: 190px;
  height: 54px;
  background: #0588F4;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.login .content .content-inout .forget-box .forget-button .reset span {
  color: #FFFFFF;
}
.login .content .content-inout .forget-box .forget-button .forget {
  width: 190px;
  height: 54px;
  background: #0588F4;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.login .content .content-inout .forget-box .forget-button .forget span {
  color: #FFFFFF;
}
.login .content .content-inout .forget-box .forget-button .cancel {
  width: 122px;
  height: 54px;
  background: rgba(139, 180, 215, 0.18);
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #74A5CF;
  margin-left: 16px;
  cursor: pointer;
}
.login .content .content-create {
  display: none;
}
.login .content .content-password {
  display: none;
}
.login .pop-up {
  width: 1140px;
  height: 605px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(23, 66, 98, 0.04);
  border-radius: 4px;
  left: 50%;
  top: 189px;
  transform: translateX(-50%);
  display: none;
}
.login .pop-up .pop-up-icon {
  width: 88px;
  height: 88px;
  margin: 122px auto 0;
  display: block;
}
.login .pop-up .pop-up-text {
  width: 469px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #3C4854;
  margin: 28px auto 0;
}
.login .pop-up .pop-up-button {
  display: block;
  width: 326px;
  height: 54px;
  line-height: 54px;
  background: #0588F4;
  border-radius: 4px;
  color: white;
  text-align: center;
  margin: 55px auto 0;
  cursor: pointer;
}
.login .button-load {
  background: #a0cdf2 !important;
}
.login .loading {
  display: none;
}
.login .Load-complete {
  display: block;
}
.login css-icon {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.login .password-hide {
  display: none;
}
.login .password-hide,
.login .password-show {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.login .password-box {
  position: relative;
}




/*login mobile start*/
@media (max-width:770px) {
  .login {
    background-color: #FFFFFF;
  }

  .login .content {
    width: 100%;
    margin: 0;
    padding: 40px 23px 0 23px;
    box-shadow: none;
  }

  .login .content .content-img {
    display: none;
  }

  .login .content .content-inout {
    margin-left: 0;
    width: 100%;
  }

  .login .content .content-inout .email-input,
  .login .content .content-inout .password-input,
  .login .content .content-inout .repetition-pw-input {
    width: 100%;
  }

  .login .content .content-inout .login-button,
  .login .content .content-inout .create-account-button {
    width: 100%;
  }

  .login .pop-up {
    width: 100%;
    top: 61px;
    box-shadow: none;
  }

  .login .pop-up .pop-up-text {
    width: 80%;
  }
}
/*login mobile end*/