body.login .all_login_message {
    max-width: 80%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: "Arial", sans-serif;
}
body.login .custom-login-message {
    margin-bottom: 20px;
    color: #d63638;
    font-size: 1.5em;
    text-align: center;
	font-weight:bold;
	border:1px solid #ddd;
	padding:10px;
	/*👉box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);👈*/

}
body.login .login_confirmation_message h2 {
    font-size: 16px;
    color: #23282d;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
	text-align: center;
}
body.login .login_confirmation_message p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}
body.login .login_confirmation_message .confirmation {
    font-size: 14px;
    font-weight: bold;
    color: #d63638;
    text-align: center;
}


#login h1 a {
	background: none; /* ロゴ画像を削除 */
	text-indent: 0; /* テキストを表示 */
	display: inline-block; /* インライン表示に変更 */
	font-size: 24px; /* フォントサイズを設定 */
	font-weight: bold; /* フォントを太字に設定 */
	color: #333; /* テキストカラーを設定 */
	width: auto; /* 幅を自動調整 */
	height: auto; /* 高さを自動調整 */
}