.custom-store-and-therapist-login-page {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    font-weight: 500;
    padding-inline: 1.25rem;
}

.custom-store-and-therapist-login-page,
.custom-store-and-therapist-login-page * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-store-and-therapist-login-page-title {
    font-size: 24px;
    font-weight: 500;
    color: #E9528E;
    text-align: center;
    margin-top: 40px;
}

.custom-store-and-therapist-login-page-content {
    height: 100%;
    overflow-y: auto;
}

#custom-store-and-therapist-login-form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.custom-store-and-therapist-login-form-group label {
    font-size: 16px;
    color: #535353;
    display: block;
    margin-bottom: 8px;
}

.custom-store-and-therapist-login-form-group input {
    font-size: 14px;
    padding: 13px;
    border: none;
    border-radius: 25px;
    background-color: #F5F5F5;
    width: 100%;
    color: #535353;
}

.csatl-error-message {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #E9518E;
}

#csatl-login-button {
    position: relative;
    text-align: center;
    font-size: 16px;
    background-color: #E9518E;
    color: #fff;
    border-radius: 50px;
    width: 282px;
    height: 40px;
    border: none;
    transition: background-color 0.3s;
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#csatl-login-button::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}

.custom-store-and-therapist-password-reset-button {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #E9518E;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.csatl-login-note {
    margin-top: 20px;
    font-size: 14px;
    color: #AAAAAC;
    text-align: center;
}

.csatl-login-note a {
    color: #E9518E;
    text-decoration: underline;
}

.custom-store-and-therapist-login-logged-in-message {
    font-size: 16px;
    color: #535353;
    text-align: center;
    margin: 40px 0 0px 0;
}

.custom-store-and-therapist-login-mypage-button,
.custom-store-and-therapist-login-logout-button {
    position: relative;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    width: 282px;
    height: 40px;
    border: none;
    transition: background-color 0.3s;
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-store-and-therapist-login-mypage-button {
    background-color: #E9518E;
    color: #fff;
}


.custom-store-and-therapist-login-logout-button {
    background-color: #AAAAAC; 
    color: #fff;
}

.custom-store-and-therapist-login-mypage-button::before,
.custom-store-and-therapist-login-logout-button::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* パスワードリセット */

.custom-store-and-therapist-password-reset-page {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    font-weight: 500;
    padding-inline: 1.25rem;
}

.custom-store-and-therapist-password-reset-page,
.custom-store-and-therapist-password-reset-page * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-store-and-therapist-password-reset-page-content {
    height: 100%;
    overflow-y: auto;
}

.custom-store-and-therapist-password-reset-message {
    font-size: 16px;
    color: #535353;
    text-align: center;
    margin: 40px 0 20px 0;
}

#csatl-reset-step-1 input,
#csatl-reset-step-2 input,
#csatl-reset-step-3 input {
    font-size: 14px;
    padding: 13px;
    border: none;
    border-radius: 25px;
    background-color: #F5F5F5;
    width: 100%;
    color: #535353;
}

#csatl-reset-send-email,
#csatl-reset-verify-code,
#csatl-reset-final-submit {
    position: relative;
    text-align: center;
    font-size: 16px;
    background-color: #E9518E;
    color: #fff;
    border-radius: 50px;
    width: 282px;
    height: 40px;
    border: none;
    transition: background-color 0.3s;
    margin: 40px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#csatl-reset-send-email::before,
#csatl-reset-verify-code::before,
#csatl-reset-final-submit::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}

.csatl-custom-reset-restart-button {
    margin: 16px auto 0 auto;
    display: block;
    font-size: 14px;
    color: #AAAAAC;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

