/* findPassword */
.auth-top {
  height: 138px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .orange-btn-full {
  display: none;
}
.login-main {
  padding-top: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.login-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-bg {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.login-main .logo img {
  width: auto;
  height: auto;
}
.findPassword01 {
  width: 485px;
  height: 330px;
}
.login-inputCont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
}
.login-inputCont .input-cont {
  max-width: 380px;
  width: calc(100% - 40px);
}
.back-main {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 56px;
  left: 53px;
  z-index: 99;
}
.back-login {
  left: 37%;
  opacity: 1;
  transition: 0.1s ease;
}
.back-login.active {
  opacity: 0;
}
.back-signup {
  position: relative;
}
.input-inner {
  position: relative;
}
.login-inputCont h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #333333;
}
.login-inputCont p {
  margin: 15px 0 40px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #9c9c9c;
}
.login-inputCont .col {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.login-inputCont .col:first-of-type {
  margin-top: 0;
}
.login-inputCont .col span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.login-inputCont .col input {
  width: 100%;
  height: 50px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 0 60px 0 20px;
  transition: 0.3s ease;
}
.login-inputCont .col input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
}
.login-inputCont .col input:focus {
  border: 1px solid #767676;
}
.login-btn-full {
  width: 100%;
  height: 53px;
  margin-top: 40px;
  background-color: #f3520d;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-back {
  margin-top: 18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #9c9c9c;
  text-align: center;
  display: block;
}
.login-address {
  margin-top: 80px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #999999;
  line-height: 13px;
  text-align: center;
}
.pos-text {
  position: absolute;
  bottom: 23px;
  right: 28px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 800;
  color: #cacaca;
  letter-spacing: 7.2px;
  z-index: 0;
}
.pos-img {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 0;
}
.input-error {
  border: 1px solid #f40000 !important;
}
.password-error {
  color: #f40000;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  display: none;
}
.password-error.active {
  display: block;
  padding: 6px;
}
@media all and (max-width: 768px) {
  .auth-top {
    height: 70px;
    padding: 0 20px;
  }
  .auth-top .logo img {
    width: 85px;
    height: 35px;
  }
  .login-main {
    /* margin-top: 70px; */
    /* z-index: 1000; */
    height: 120vh;
    position: relative;
    /* background-color: #f7f7f7; */
  }
  .login-cont {
    flex-direction: column;
    justify-content: space-between;
    height: 120vh;
  }
  .login-bg {
    height: 290px;
    padding: 30px 0;
    position: fixed;
  }
  .findPassword01 {
    width: 190px;
    height: 129px;
  }
  .login-inputCont .col {
    margin-top: 20px;
  }
  .login-inputCont {
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.03);
    border-radius: 20px 20px 0px 0px;
    padding: 40px 0px 0px 0px;
    margin-top: 260px;
    z-index: 100;
    position: relative;
    height: 130vh;
    justify-content: flex-start;
  }
  .login-inputCont h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .login-inputCont p {
    margin: 10px 0 40px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
  }
  .back-main {
    display: none;
  }
  .login-btn-full {
    height: 50px;
    margin-top: 40px;
  }
  .find .orange-btn-full,
  .change .orange-btn-full,
  .login .orange-btn-full,
  .signup .orange-btn-full {
    top: 17px !important;
    right: 20px !important;
    display: block;
    z-index: 2;
  }
  .pos-text {
    display: none;
  }
  .pos-img {
    display: none;
  }
  .login-address {
    margin: 80px 0;
  }
}
/*// findPassword // */

/* login */
.login .login01 {
  width: 429px;
  height: 498px;
}
.login .login-inputCont strong {
  font-size: 36px;
  line-height: 55px;
  color: #333333;
  margin-bottom: 40px;
  display: block;
}
.login .login-inputCont strong span {
  opacity: 0.4;
}
.login .login-inputCont .col {
  margin-top: 10px;
}
.login .login-inputCont .col:first-of-type {
  margin-top: 0;
}
.login .find-eyes,
.change .find-eyes,
.signup .find-eyes {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pw-view-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.pw-view-btn i {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  background-image: url('/images/icons/icon-eyes.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.pw-view-btn i:after {
  content: '';
  background-image: url('/images/icons/icon-eyes02.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.pw-view-btn.active i {
  background-image: url('/images/icons/icon-eyes02.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.error-loginCont {
  width: 100%;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  margin-top: 15px;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
.error-login {
  display: flex;
  gap: 5px;
}
.find-login {
  display: flex;
  align-items: center;
}
.find-bar {
  width: 0;
  height: 10px;
  border: 0.5px solid #d3d3d3;
  margin: 0 10px;
}
.login-btn-strok {
  width: 100%;
  height: 53px;
  margin-top: 15px;
  border: 1px solid #f3520d;
  background-color: #ffffff;
  border-radius: 10px;
  color: #f3520d;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-guide-cont {
  width: auto;
  height: 78px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 10px;
  bottom: 72px;
  padding: 30px 20px;
  z-index: 99;
  display: flex;
  align-items: center;
}
.login-guide-cont span {
  font-weight: 400;
  font-size: 14px;
  color: #ececec;
  margin-left: 7px;
}
.login-guide-cont a {
  font-size: 14px;
  font-weight: 400;
  color: #f5f5f5;
  margin-left: 48px;
  display: block;
  position: relative;
}
.login-guide-cont a:after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #f5f5f5;
  position: absolute;
  left: 0;
  display: block;
}
@media all and (max-width: 768px) {
  .login .login01 {
    width: 129px;
    height: 149px;
  }
  .login .login-btn-full {
    margin-top: 30px;
  }
  .login .login-inputCont strong {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .find-login a {
    color: #6c757d;
  }
}
/* // login // */

/* findPassword-popup */
.findPassword-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 333px;
  height: calc(100% - 80px);
  max-height: 450px;
  border-radius: 20px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  padding: 40px 33px;
  z-index: 1000000000000000000;
  opacity: 0;
  text-align: center;
  letter-spacing: -0.03em;
  visibility: hidden;
}
.findPassword-popup.show {
  opacity: 1;
  visibility: visible;
}
.dim.show {
  opacity: 1;
  visibility: visible;
}
.findPassword-popup h5 {
  font-size: 24px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 36px;
}
.findPassword-popup p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  color: #9c9c9c;
  margin-top: 10px;
}
.findPassword-popup img {
  width: 167px;
  height: 143px;
  margin: 27px auto 45px auto;
}
.findPassword-popup .popup-goHome {
  width: 100%;
  height: 50px;
  background-color: #f3520d;
  border-radius: 6px;
  padding-right: 16px;
}
.findPassword-popup .popup-goHome a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  /* gap: 61px; */
}
.popup-arrow {
  position: absolute;
  right: 0;
}
.dim {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.dim.show {
  opacity: 1;
  visibility: visible;
}
/* // findPassword-popup // */

/* findPassword-change */
.change .findPassword02 {
  width: 390px;
  height: 416px;
}
.change .input-inner {
  position: relative;
  height: auto;
}
.change .password-desc,
.signup .password-desc {
  font-weight: 400;
  font-size: 12px;
  color: #d3d3d3;
  margin-top: -5px;
}
.signup .password-desc-not {
  font-size: 12px;
  font-weight: 400;
  color: #f40000;
  line-height: 15px;
  margin-top: -5px;
}
.signup .password-desc-safe {
  font-size: 12px;
  font-weight: 400;
  color: #48b534;
  line-height: 15px;
  margin-top: -5px;
}
.signup .password-desc-notTxt {
  font-size: 12px;
  font-weight: 400;
  color: #f40000;
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
}
.password-desc-safeTxt {
  font-size: 12px;
  font-weight: 400;
  color: #48b534;
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
}
.change .login-inputCont .col:nth-of-type(2) {
  margin-top: 25px;
}
.change + .findPassword-popup img {
  width: 160px;
  height: 160px;
}
.change + .findPassword-popup .popup-goHome {
  padding-right: 0;
}
.change + .findPassword-popup .popup-goHome a {
  justify-content: center;
}
.changeBtn.show {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .change .findPassword02 {
    width: 130px;
    height: 139px;
  }
  .change .login-inputCont p {
    margin: 10px 0 40px 0;
  }
  .change .login-inputCont .col span {
    color: #333333;
  }
  .change .password-desc {
    margin-top: -5px;
  }
}
/* // findPassword-change // */

/* signup */
.swiper-signup {
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* border: 1px solid red; */
}
.swiper-signup .swiper-slide {
  display: flex;
  height: auto;
}
.swiper-signup .swiper-pagination-progressbar {
  bottom: 60px !important;
  top: unset !important;
  left: unset !important;
  right: 0;
  width: 66.6% !important;
  height: 2px !important;
  background-color: #eeeeee;
  opacity: 1;
  transition: 0.1s ease;
}
.swiper-signup .swiper-pagination-progressbar.active {
  /* width: 100% !important; */
  display: none;
}
.btn.active {
  width: 100%;
}
.progress-bar-cont {
  display: none;
}
.progress-bar-cont.active {
  display: block;
  width: 100% !important;
  height: 2px;
  background-color: #eeeeee;
  position: absolute;
  bottom: 60px;
  z-index: 22;
  transition: 0.2s ease;
}
.progress-bar {
  height: 2px;
  transition: 0.2s ease;
  background-color: #767676;
}
.progress-bar-cont .progress-bar.active {
  width: 100%;
  background-color: #767676;
  animation: progressAnimationStrike 8s;
}
@keyframes progressAnimationStrike {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.swiper-signup
  .swiper-pagination-progressbar.active
  .swiper-pagination-progressbar-fill {
  background-color: transparent !important;
}
.swiper-pagination-progressbar-fill {
  background-color: #767676 !important;
}
.btn {
  width: calc(100% - 33%);
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.swiper-signup .swiper-button-prev {
  width: 60px;
  height: 38px;
  background-image: none;
  left: 15px;
  top: unset;
  transform: unset;
  bottom: 11px;
  opacity: 1;
  text-decoration: underline;
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-signup .swiper-button-prev.active {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-signup .swiper-button-next {
  width: 60px;
  height: 38px;
  background-image: none;
  right: 30px;
  top: unset;
  transform: unset;
  bottom: 11px;
  opacity: 1;
  color: #696969;
  background-color: #eeeeee;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  transition: 0.3s ease;
}
.swiper-signup .swiper-button-next.active {
  opacity: 0;
}
.swiper-signup .swiper-button-next:hover {
  border: 1px solid #f3520d;
  background-color: #ffffff;
  color: #f3520d;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}
.signup-loading {
  z-index: 1;
  width: 60px;
  height: 38px;
  right: 30px;
  position: absolute;
  bottom: 11px;
  opacity: 1;
  background-color: #eeeeee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.signup-loading.active {
  opacity: 1;
}
.loading-infinite {
  height: 3.5px;
  color: #000;
  animation-duration: 0.5s;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: calc(4px * 1.75);
  width: max-content;
  opacity: 0.35;
}
.loading-infinite:before,
.loading-infinite:after {
  content: '';
}
.loading-infinite > div,
.loading-infinite:before,
.loading-infinite:after {
  height: 3.5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  animation: bounce 0.5s ease infinite alternate;
  /* animation: bounce 0.5s ease-in-out infinite alternate; */
}
.loading-infinite:after {
  animation-delay: calc(0.5s / 2);
}
.loading-infinite > div {
  animation-delay: calc(0.5s / 4);
}
.left-cont {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 306px 0;
}
.signupImg01 {
  max-width: 409px;
  width: 100%;
  height: 353px;
}
.right-cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
}
.signup .orange-btn-full,
.find .orange-btn-full,
.change .orange-btn-full,
.login .orange-btn-full {
  position: absolute;
  top: 52px;
  right: 53px;
  width: 135px;
  height: 35px;
  background-color: rgba(243, 82, 13, 0.1);
  border: 1px solid rgba(243, 82, 13, 0.1);
  color: #f3520d;
  border-radius: 6px;
  transition: 0.3s ease;
  font-size: 13px;
  font-weight: 700;
}
.signup .orange-btn-full a,
.find .orange-btn-full a,
.change .orange-btn-full a,
.login .orange-btn-full a {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.orange-arrow {
  transition: 0.3s ease;
}
.signup .orange-btn-full:hover,
.find .orange-btn-full:hover,
.change .orange-btn-full:hover,
.login .orange-btn-full:hover {
  background-color: #f3520d;
}
.signup .orange-btn-full:hover a,
.find .orange-btn-full:hover a,
.change .orange-btn-full:hover a,
.login .orange-btn-full:hover a {
  color: #ffffff;
}
.signup .orange-btn-full:hover .orange-arrow path,
.find .orange-btn-full:hover .orange-arrow path,
.change .orange-btn-full:hover .orange-arrow path,
.login .orange-btn-full:hover .orange-arrow path {
  fill: #ffffff;
}
.signup .right-cont h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #111111;
  margin-bottom: 40px;
}
.signup .login-inputCont .col {
  margin-top: 20px;
}
.signup .login-inputCont .col-45 {
  margin-top: 45px;
}
.signup .login-inputCont .col-25 {
  margin-top: 25px;
}
.check-cont {
  margin-top: 40px;
}
.check-cont ul li {
  display: flex;
  gap: 10px;
  margin-top: 11px;
}
/* .check-box {
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  appearance: checkbox;
} */
input[type='checkbox'] {
  -webkit-appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
  outline: none;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #ffffff;
}
input[type='checkbox']::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  background-image: url(/images/icons/icon-check-box.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}
input[type='checkbox']:checked {
  background-color: #fb4000;
  border: 1px solid #dd0000;
}
input[type='checkbox']:checked::before {
  transform: scale(1) translate(-50%, -50%);
}
.check-cont ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #666666;
}
.check-cont ul li span {
  text-decoration: underline;
}
.signupImg02 {
  max-width: 327px;
  width: 100%;
  height: 396px;
}
.bottom-0 {
  margin-bottom: 0 !important;
}
.app-select {
  width: 100%;
  height: auto;
}
.app-inner {
  display: flex;
  gap: 20px;
}
.appMade {
  width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
  margin-top: 34px;
  position: relative;
  opacity: 0.5;
}
.app-cricle01 {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #949494;
  position: relative;
}
.app-cricle02 {
  width: 18px;
  height: 18px;
  background-color: #f0f0f0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.app-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 36px;
}
.app-txt span {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.app-txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #9c9c9c;
  margin: 18px 0 0 0;
}
.appMade.active {
  opacity: 1;
  border: 1px solid #f3520d;
}
.appMade.active .app-cricle01 {
  border: 1px solid #f3520d;
}
.appMade.active .app-cricle02 {
  background-color: #f3520d;
}
.app-select h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #9c9c9c;
  opacity: 0.5;
  margin-top: 10px;
  text-align: center;
}
.signupImg03 {
  max-width: 434px;
  width: 100%;
  height: 351px;
}
.signup .login-inputCont .top-48 {
  margin-top: 48px;
}
.input-fixedTxt {
  font-weight: 500 !important;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.input-address {
  padding: 0 60px 0 77px !important;
}
.app-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
}
.signup .pos-img {
  z-index: 1;
}
.produce-cont {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.produce-inner {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.produce-inner strong {
  font-size: 26px;
  line-height: 33px;
  color: #000000;
  letter-spacing: -0.03em;
}
.produce-inner img {
  width: 257px;
  height: auto;
}

.signup-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 333px;
  height: calc(100% - 80px);
  max-height: 450px;
  border-radius: 20px;
  background: #fb4700;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  padding: 40px 51px;
  z-index: 1000000000000000000;
  opacity: 0;
  text-align: center;
  letter-spacing: -0.03em;
  visibility: hidden;
}
.signup-popup img {
  width: 100%;
}
.signup-popup p {
  font-weight: 400;
  font-size: 15px;
  color: #ffddd6;
  line-height: 23px;
  margin: 10px auto 31px auto;
}
.signup-popup i img {
  width: 130px;
  height: 130px;
}
.signup-popup button {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background-color: #ffffff;
  margin-top: 31px;
  font-weight: 500;
  font-size: 15px;
  color: #fb4700;
}
@media all and (max-width: 768px) {
  .swiper-signup .swiper-slide {
    flex-direction: column;
    justify-content: space-between;
    height: 200vh;
  }
  .left-cont {
    height: 290px;
    position: fixed;
    width: 100%;
    padding: 0;
  }
  .signupImg01 {
    max-width: 167px;
    height: 137px;
  }
  .swiper-signup .swiper-pagination-progressbar {
    width: 100% !important;
    z-index: 1 !important;
    position: fixed;
  }
  .signup .login-inputCont {
    height: 200vh;
    margin-top: 0px;
    padding-bottom: 100px;
  }
  .right-cont {
    height: 200vh;
    margin-top: 240px;
    border-radius: 20px 20px 0px 0px;
  }
  .signup .btn {
    width: 100%;
    position: fixed;
    z-index: 1;
    background-color: #ffffff;
  }
  .login-guide-cont {
    width: calc(100% - 40px);
    height: 82px;
    background-color: rgba(52, 58, 64, 0.8);
    top: 20px;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    right: unset;
  }
  .login-guide-cont span {
    margin-left: 9px;
    color: #e9ecef;
    font-weight: 500;
  }
  .login-guide-cont a {
    margin-left: 0;
    line-height: 1.6;
    position: absolute;
    right: 20px;
  }
}
/* // signup // */
