@charset "UTF-8";
.gsretail-login.gsretail-login--renewal {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(24px, 7vh, 86px) 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  overflow-y: auto;
}
.gsretail-login.gsretail-login--renewal,
.gsretail-login.gsretail-login--renewal * {
  box-sizing: border-box;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap {
  position: relative;
  width: min(100%, 756px);
  min-height: 736px;
  margin: 0 auto;
  padding: 90px 50px 180px;
  color: #111111;
  background-color: #ffffff;
  background-image: url("/assets/img/gsretail/login-background.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: calc(100% - 100px) auto;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap h1 {
  margin: 0 0 32px;
  text-align: center;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap h1 img {
  display: inline-block;
  width: 190px;
  max-width: 42%;
  height: auto;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap .login-title {
  margin: 0;
  color: #111111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.8px;
  text-align: center;
  word-break: keep-all;
  transform: none;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap .login-title strong {
  color: #087df5;
  font-weight: 700;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form {
  padding-top: 44px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .login-form > div + div {
  margin-top: 14px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .login-form input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 18px 0 58px;
  color: #222222;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 25px 25px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .login-form input[type="text"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='10.5' r='5.5' stroke='%23B8B8B8' stroke-width='2.3'/%3E%3Cpath d='M6.5 27c.7-6 4.3-9 9.5-9s8.8 3 9.5 9' stroke='%23B8B8B8' stroke-width='2.3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .login-form input[type="password"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='7' y='13' width='18' height='15' rx='2' stroke='%23B8B8B8' stroke-width='2.3'/%3E%3Cpath d='M11 13V9.5a5 5 0 0 1 10 0V13' stroke='%23B8B8B8' stroke-width='2.3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .login-form input::placeholder {
  color: #b8b8b8;
  opacity: 1;
  font-weight: 600;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .login-form input:focus {
  border-color: #08c7da;
  box-shadow: 0 0 0 3px rgba(8, 199, 218, 0.14);
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .login-error {
  min-height: 20px;
  margin: 10px 8px 0;
  color: #d93636;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .save-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 15px 0 26px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .save-options .inputWrap {
  margin: 0;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .save-options .inputWrap input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .save-options .inputWrap input[type="checkbox"]:focus-visible + label span {
  outline: 3px solid rgba(8, 199, 218, 0.2);
  outline-offset: 2px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .save-options .inputWrap input[type="checkbox"]:checked + label span {
  background-color: #08c7da;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='m2 7 4.2 4.2L16 2' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  border-color: #08c7da;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .save-options .inputWrap label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .save-options .inputWrap label span {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  opacity: 1;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .main-bg-btn {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 24px;
  color: #ffffff;
  background: #08c7da;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .main-bg-btn:hover {
  background: #05b9cc;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .main-bg-btn:focus-visible {
  outline: 3px solid rgba(8, 199, 218, 0.24);
  outline-offset: 3px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .bottom-link a {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .bottom-link a:focus-visible {
  outline: 2px solid #08c7da;
  outline-offset: 3px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .bottom-link a + a {
  position: relative;
  margin-left: 38px;
}
.gsretail-login.gsretail-login--renewal .gsretail-login-wrap form .bottom-link a + a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  width: 1px;
  height: 16px;
  background: #e3e3e3;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .gsretail-login.gsretail-login--renewal {
    align-items: flex-start;
    padding: 0;
  }
  .gsretail-login.gsretail-login--renewal .gsretail-login-wrap {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    padding: 48px 24px 190px;
    background-size: calc(100% - 32px) auto;
    border-radius: 0;
    box-shadow: none;
  }
  .gsretail-login.gsretail-login--renewal .gsretail-login-wrap h1 {
    margin-bottom: 22px;
  }
  .gsretail-login.gsretail-login--renewal .gsretail-login-wrap h1 img {
    width: 132px;
  }
  .gsretail-login.gsretail-login--renewal .gsretail-login-wrap form {
    padding-top: 34px;
  }
}
