#page_mypage_login {
  .ec-pageHeader h1 {
    position: absolute;
    border-bottom: none;
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ec-grid2__cell {
    width: auto;
  }

  .ec-grid2__cell .ec-login__link .forgot {
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }

  .ec-grid2__cell .ec-login__link .entry {
    color: #D33C28;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .ec-blockBtn--cancel {
    border: none;
    width: 240px;
    height: 53px;
    padding: 1px 25px;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #D9D9D9;
    color: #252424;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ec-grid2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 767px) {
    .ec-pageHeader {
      display: none;
    }

    .ec-grid2 {
      flex-direction: column;
    }

  }
}
