/**
 * ログイン・会員登録ページ用CSS
 *
 * @package Arkhe_Child
 */

.tsuma-auth-box {
    max-width: 420px;
    margin: 0 auto;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.tsuma-auth-notice {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 0.95rem;
}

.tsuma-auth-notice--error {
    background: #fdecea;
    border: 1px solid #f5c2c0;
    color: #8a1f17;
}

.tsuma-auth-notice--success {
    background: #edf7ed;
    border: 1px solid #b7dfb9;
    color: #1e4620;
}

.tsuma-auth-box__field label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.tsuma-auth-box__field {
    margin-bottom: 1rem;
}

.tsuma-auth-box__submit {
    margin-bottom: 0;
}

.tsuma-auth-box__lost-password {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.9rem;
}

/* SiteGuard 画像認証 */
.tsuma-auth-box .siteguard-captcha,
.tsuma-auth-box img[src*="siteguard"],
.tsuma-auth-box img[src*="really-simple-captcha"] {
    display: block;
    margin: 0.5rem 0;
    max-width: 100%;
    height: auto;
}

.tsuma-auth-box input[name="siteguard_captcha"] {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.tsuma-auth-box input[type="text"],
.tsuma-auth-box input[type="password"] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.tsuma-auth-box .login-remember {
    display: block;
    margin-bottom: 1rem;
}

.tsuma-auth-box input[type="submit"] {
    width: 100%;
    padding: 0.65rem 1rem;
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.tsuma-auth-box input[type="submit"]:hover {
    background: #135e96;
}

.tsuma-auth-box__register-link {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.95rem;
}
