input[type=text],
input[type=date],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
  box-shadow: none;
  font-size: 16px;
  padding: 16px 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  line-height: 1;
  color: #333;
}

input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 14px;
}

input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 14px;
}

.login__tabs {
  height: 110px;
  background: #F8F8F8;
  border-bottom: 1px solid #EDEDED;
}

.login__tabs .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .login__tabs {
    height: 60px;
  }
}

.login__tab {
  color: #868686;
  text-align: center;
  padding-block: 13px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #F8F8F8;
}

.login__tab--active {
  color: #333;
  border-bottom: 2px solid #F85858;
}

.login__input {
  width: 340px;
  border-radius: 4px;
  font-size: 14px;
  padding: 17px 14px;
}

@media screen and (max-width: 767px) {
  .login__input {
    width: 100%;
  }
}

.login__submit {
  margin-top: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #FFCCD0;
  color: #fff;
  width: 340px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}

@media screen and (max-width: 767px) {
  .login__submit {
    width: 100%;
  }
}

.login__submit--email {
  margin-bottom: 20px;
}

.login__submit--active {
  background: #F85858;
}

.login__submit--disabled {
  cursor: not-allowed !important;
}

.login__submit--disabled:hover {
  opacity: 1;
}

.login__submit--active {
  background: #F85858;
  cursor: pointer;
}

.login__submit--disabled {
  background: #FFCCD0;
  cursor: not-allowed;
}

.login__submit--disabled:hover {
  opacity: 1;
}

.login__input-group {
  position: relative;
  width: 340px;
}

@media screen and (max-width: 767px) {
  .login__input-group {
    width: 100%;
  }
}

.login__input-group + .login__input-group {
  margin-top: 31px;
}

.login__input {
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.login__input:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
}

.login__input.error {
  border: 2px solid #FF4453;
  box-shadow: 0 0 8px rgba(255, 68, 83, 0.25);
}

.login__error-message {
  background: #fff8f7;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
  border-radius: 4px;
}

.login__error-icon {
  width: 16px;
}

.login__error-text {
  color: #FF4453;
  font-size: 13px;
}

.login__forgot-password {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-align: center;
}

.login__text-link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-align: center;
}

.tab__content {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .tab__content {
    width: 100%;
  }
}

.tab__content--tel {
  display: none;
  padding-block: 100px;
}

@media screen and (max-width: 767px) {
  .tab__content--tel {
    padding-block: 160px;
  }
}

.tab__content--email {
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .tab__content--email {
    padding-block: 120px;
  }
}

.body-login-error {
  min-height: unset;
}

.page-login-error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .page-login-error {
    min-height: calc(100svh - 100px - 80px);
    flex-grow: 1 !important;
  }
}

.page-login-error__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .page-login-error__inner {
    padding-top: 6px;
  }
}

.page-login-error .login-error__image {
  width: 60px;
  margin-bottom: 24px;
}

.page-login-error .login-error__note {
  background: #FFF8F7;
  color: #F85858;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  width: 81vw;
  max-width: 304px;
  margin-inline: auto;
}

.page-login-error__page-footer {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page-login-error__page-footer {
    height: 100px;
    padding-bottom: 20px;
  }
}

.page-login-verify-phone .tab__content--tel {
  display: flex;
}

.page-login-verify-phone .tab__content--tel:has(.verify-phone__image) {
  padding-top: 32px;
}

.page-login-verify-phone .tab__content--email {
  display: none;
}

.page-login-verify-phone .verify-phone__image {
  width: 60px;
  margin-inline: auto;
  margin-bottom: 16px;
}

.page-login-verify-phone .verify-phone__note {
  font-size: 13px;
  font-weight: 700;
  color: #EA2719;
  text-align: center;
  margin-bottom: 20px;
  max-width: 304px;
  width: 81vw;
  margin-inline: auto;
  background: #FFF8F7;
  padding: 12px 8px;
}

.page-login-verify-phone .verify-phone__retransmission {
  margin-top: 32px;
}

.page-login-verify-phone .verify-phone__change {
  margin-top: 21px;
}