.custom-user-login-page {
    width: 100%;
    max-width: 600px;
    height: 100dvh;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

#custom-user-login-form {
    display: flex;
    flex-direction: column;
}

.custom-user-login-form-group {
    margin-bottom: 0.25rem;
}

.custom-user-login-form-group label {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.custom-user-login-form-group input {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 13px;
    border: none;
    border-radius: 25px;
    background-color: #F5F5F5;
    width: 100%;
    color: #333;
}

.cul-error-message {
    display: block;
    margin-bottom: 0.9375rem;
    font-size: 14px;
    color: #E9518E;
}

#cul-login-button {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    background-color: #E9518E;
    color: #fff;
    border-radius: 50px;
    margin-top: -0.1875rem;
    width: 200px;
    padding: 12px;
    border: none;
    transition: background-color 0.3s;
    margin: 10px auto 0 auto;
}

.custom-user-password-reset-button {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    color: #E9518E;
    text-decoration: underline;
    font-weight: bold;
    background: none;
    border: none;
    padding: 8px 0;
    cursor: pointer;
}

.cul-login-note {
    margin-top: 16px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.6;
}

.cul-login-note a {
    color: #E9518E;
    text-decoration: underline;
    font-weight: bold;
}

.custom-user-login-logged-in-message {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 40px 0 20px 0;
    line-height: 1.8;
}

.custom-user-login-mypage-button,
.custom-user-login-logout-button {
    display: block;
    text-align: center;
    width: 200px;
    margin: 10px auto;
    padding: 12px;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.custom-user-login-mypage-button {
    background-color: #E9518E;
    color: #fff;
}


.custom-user-login-logout-button {
    background-color: #ddd; 
    color: #fff;
}

.custom-user-register-button {
    display: block;
    text-align: center;
    width: 200px;
    margin: 20px auto 0 auto;
    padding: 12px;
    font-size: 16px;
    color: #fff;
    background-color: #7D40A0;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* パスワードリセット */

.custom-user-password-reset-page {
    width: 100%;
    max-width: 600px;
    height: 100dvh;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

.custom-user-password-reset-message {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 40px 0 20px 0;
    line-height: 1.8;
}

#reset-step-1 input,
#reset-step-2 input,
#reset-step-3 input {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 13px;
    border: none;
    border-radius: 25px;
    background-color: #F5F5F5;
    width: 100%;
    color: #333;
}

#reset-send-sms,
#reset-verify-code,
#reset-final-submit {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    background-color: #E9518E;
    color: #fff;
    border-radius: 50px;
    width: 200px;
    padding: 12px;
    border: none;
    transition: background-color 0.3s;
    margin: 10px auto 0 auto;
    display: block;
}

.custom-reset-restart-button {
    margin: 16px auto 0 auto;
    display: block;
    font-size: 14px;
    color: #E9518E;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}
