.signin-container {
    min-height: 100vh;
    display: flex;
    place-items: center;
    justify-content: center;

    background-color: #eff1f4;
}

.signin-block {
    background-color: #fff;
    padding: 48px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px #4b4b4b1a;
}

.signin-form {
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.signin-logo {
    width: 188px;
    height: 48px;
}

.signin-logo img {
    width: 100%;
    height: 100%;
}

.signin-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 28px;
}

.signin-input_group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.signin-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.signin-group label {
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.3px;
    padding: 0 16px;
    text-align: left !important;
}

.signin-group input {
    height: 48px;
    border-radius: 6px;
    border: none;
    padding-left: 16px;
    text-align: left !important;
    background: #f2f2f2;
    outline: none;
}

input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.signin-forgot {
    display: flex;
    justify-content: end !important;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #007aff;
}

.signin-forgot a {
    text-decoration: none;
    text-align: right !important;
}

.signin-btn_submit {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background-color: #000;
    border: 1px solid;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.signin-divider {
    margin-top: 28px;
    background-color: #e5e5e5;
    height: 0.5px;
    width: 100%;
}

.signin-back {
    margin-top: 20px;
    padding-left: 16px;
}

.signin-back a {
    text-decoration: none;
    color: #007aff;
}

.signin-success {
  display: flex;
  align-items: center;
  justify-content: center;
}

.signin-desc {
  border-radius: 10px;
  outline: none;
  background-color: #00BE591A;
  color: #00BE59;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 32px;
  /* display: flex; */
  gap: 8px;
  /* justify-content: center;
  align-items: center; */
  text-align: center;
}

.signin-error {
  background: #FF3B301A !important;
  color: #FF3B30 !important;
  /* height: 26px; */
}

.signin-reset-error {
  background: #FF8C001A !important;
  color: #FF8C00 !important;
  /* height: 26px; */
}

@media (max-width: 768px) {
    .signin-container {
      background-color: #ffffff;
      place-items: start;
    }

    .signin-block {
      width: 100%;
    }

    .signin-form {
      width: 100% !important;
    }

    .signin-logo {
      width: 128px;
      height: 32px;
    }

    .signin-block {
      padding: 20px;
      border-radius: 0px;
      box-shadow: none;
    }

    .signin-form_group {
      gap: 20px;
    }

    .signin-title {
      font-size: 18px;
    }

    .consent {
      margin: 0 auto !important
    }

    .consenttext {
      width: 100% !important;
      height: 68vh !important;
    }
}

@media (max-width: 414px) {

  .consenttext {
      width: 100% !important;
      height: 62vh !important;
    }
}

input.on__error {
  border-bottom: 1px solid red;
}

.password-container {
  position: relative;
  width: 100%;
  background: #f2f2f2;
  border-radius: 6px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.input-password {
  width: 310px;
}

/*
 * ログイン > 2段階認証の有効化 画面(class=enroll-form)
 */

/* タイトル : 2段階認証の有効化 */
.enroll-form h3[data-res="enroll-hdr"] {
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: left;
  /* .signin-title から引用 */
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 28px;
}

/* サブタイトル : 認証方法を選択してください。テキストを左寄せするために samelineクラスのスタイルを取り消し */
.enroll-form .sameline:not([data-res="enroll-subhdr"]) {
  /* テキストを左寄せするために samelineクラスのスタイルを取り消し */
  display: block;
  padding-left: 2px;
}
.enroll-form span {
  font-weight: 600;
}

/* ２要素選択ボタン */
.enroll-form .submit {
  margin-top: 15px;
}
.enroll-form .tooltiptext {
  left: 10%;
}

/* - または - */
.enroll-form .hr .hr-text[data-res="or-msg"] {
  font-weight: normal;
}
.enroll-form .hr .hr-text + hr,
.enroll-form .hr hr + .hr-text {
  width: 40%;
}

/* 「登録をスキップ」ボタン */
.enroll-form #skip-enroll-btn {
  color: #4b4b4b;
  background-color: #fff;
  border-color: #606060;
}
.enroll-form .sameline:not(#skip-enroll-btn) {
  padding-right: 2px;
}

#switch-enroll-btn, #submit-btn-factor, #backupfactors-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border: 1px solid #4B4B4B;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer;
  color: #4B4B4B;
}

.custom-newline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.enroll-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 32px;
}

.enroll-title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
}

.enroll-desc {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 600;
  line-height: 22px;
}

.elem-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pb-32 {
  padding-bottom: 32px;
}

.enroll-hr {
  height: 0.5px;
  background-color: #E5E5E5;
  margin: 0px !important;
}

.enroll-success {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.enroll-success-title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #00BE591A;
  color: #00BE59;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  height: 47px;
}

.enroll-button {
  margin-top: 0px !important;
}

.enroll-otp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.enroll-otp-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

.enroll-otp-label {
  color: #333333;
  font-size: 11px;
  padding-left: 16px;
}

.enroll-otp-input {
  border-radius: 6px;
  background-color: #f2f2f2;
  border: none;
  padding: 16px 14px;
}

.enroll-resend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 16px;
}

.next-factor {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.consentcheckbox {
  display: flex;
  align-items: center;
  margin-top: 30px;
}