@import url("common.css");
/* -----------------------------------------------------------
全体
----------------------------------------------------------- */
/* body.login-action-login{background: #f2f2f2 none repeat scroll 0 0;} */
body.login-action-login{
	background-color: #fff;
	/* background-image: url(/common/img/bg_pattern2.png); */
}
body.login-action-register{background: #fff none repeat scroll 0 0;}
/* メール認証：パスワードリセット */
body.login-action-rp{background: #fff none repeat scroll 0 0;}
/* メール認証：パスワードリセット完了 */
body.login-action-resetpass{background: #fff none repeat scroll 0 0;}
/* パスワード再設定：パスワードリセット完了 */
body.login-action-lostpassword{background: #fff none repeat scroll 0 0;}

.login label {
	font-size: 19px;
	line-height: 1.5;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 3px;
}
@media only screen and (max-width:820px) {
	.login label {
		font-size: 14px;
		line-height: 1.5;
		display: inline-block;
		margin-top: 4px;
		margin-bottom: 3px;
	}
}
/* 「パスワードをお忘れですか ?」リンクを消す */
p#nav {display: none;}
/* 「 ....に戻る」リンクを消す */
p#backtoblog {display: none;}

/* 登録の際の文章 */
.register-message {display: none;}
body.login-action-login {
	/* background-color: rgba(204, 204, 204, 0.04); */
	/* background:linear-gradient(to bottom left, rgba(204, 204, 204, 0.2), #fff 100%); */
	padding: 0 1rem;

}
body.login-action-register .register-message {
	display: block;
	max-width: 470px;
	width: 86%;
	background: rgba(255, 255, 204, 0.6);
	padding: 30px 10px;
	border-radius: 10px;
	border: 1px solid rgba(242, 242, 242, 1.0);
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
	margin: 10px 20px;
}

#login_error {color: rgba(220, 50, 50, 1.0);}
/* -----------------------------------------------------------
フォームの枠
----------------------------------------------------------- */
#login {
	max-width: 530px;
	width: 100%;
	padding: 8% 0 0;
	margin: auto;
}
.login form {
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 46px;
	font-weight: 400;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	/* box-shadow: 10px 10px 0px rgba(204, 204, 204,1.0); */
	border: 6px solid rgba(233, 2, 0, 1.0);
	border-radius: 6px;
	background-color: rgba(204, 204, 204, 0.03);
	background-color: #fff;
}
/* -----------------------------------------------------------
ロゴ
----------------------------------------------------------- */
body.login-action-login #login h1 a,
body.login-action-resetpass #login h1 a,
body.login-action-lostpassword #login h1 a {
	background-image: none, url("/common/img/logo-login.png?20201124");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	font-size: 20px;
	height: 280px;
	width: 100%;
	max-width: 520px;
	line-height: 1.3em;
	margin: 0 auto 40px auto;
	outline: 0 none;
	padding: 0;
	text-indent: -9999px;
	pointer-events:none;
 }
							@media only screen and (max-width:820px) {
								body.login-action-login #login h1 a,
								body.login-action-resetpass #login h1 a,
								body.login-action-lostpassword #login h1 a {
									height: 120px;
									width: 100%;
									margin: 0 auto 10px auto;
							}
							}
 body.login-action-register #login h1 a,
 body.login-action-rp #login h1 a {
	background-image: none, url("/common/img/logo-login.png?20201124");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	font-size: 20px;
	height: 30px;
	width: 153px;
	line-height: 1.3em;
	margin: 0 auto 25px;
	outline: 0 none;
	padding: 0;
	text-indent: -9999px;
 }


/* -----------------------------------------------------------
Inputフォーム
----------------------------------------------------------- */
/* ログイン input */
 #loginform input[type=text], #loginform input[type=password],
 #registerform input[type=text], #registerform input[type=email]{
	display: block;
	background: #f2f2f2;
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	max-height: 50px;
	padding: 16px 20px;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 30px;
	/* border: 2px solid rgba(204, 204, 204, 1.0); */
	background-color: #fff;
}
/* ログインボタン */
#login form p.submit {padding-top: 10px;width: 100%;text-align: center;overflow: hidden;}
#login form p.submit input{border: 1px solid #fff;width: 60%;margin-top: 10px;float: none;}
.wp-core-ui .button-primary {
	background: rgba(233, 0, 0, 1.0);
	border-color: none;
	box-shadow: none;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	border-radius: 6px;
	margin-top: 50px;
	}
																	@media only screen and (max-width:820px) {
																	/* ログインボタン */
																	#login form p.submit {padding-top: 0px;width: 100%;text-align: center;overflow: hidden;}
																	#login form p.submit input{border: 1px solid #fff;width: 60%;margin-top: 10px;float: none;}
																	.wp-core-ui .button-primary {
																		background: rgba(233, 0, 0, 1.0);
																		border-color: none;
																		box-shadow: none;
																		color: #fff;
																		font-weight: bold;
																		text-decoration: none;
																		text-shadow: none;
																		border-radius: 6px;
																		margin-top: -20px;
																	}
																	}

/* メール認証「パスワードをリセット」ボタンのdisabledの時（灰色にする） */
.wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {
	color: #fff !important;
	background: #ccc !important;
	border-color: #ccc !important;
	box-shadow: none!important;
	text-shadow: none !important;
	cursor: default;
}
#registerform p.submit{padding-top: 0px;width: 100%;}
#registerform p.submit input{margin-top: 0;}
#registerform p#reg_passmail{text-align: center;}

.wp-core-ui .button-primary:hover {
	background: rgba(233, 0, 0, 0.7);
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	height: auto;
	line-height: 28px;
	padding: 10px;
	font-size: 1.3rem;
}

/* メール認証画面 */
#pass1-text, .show-password #pass1 {display: none;width: 440px;}
.login #pass-strength-result {
	font-weight: 600;
	margin: -1px 5px 16px 0;
	padding: 6px 5px;
	text-align: center;
	width: 100%;
	float: left;
	display: inline-block;
	clear: both;
}

/* #resetpassform input[type=text]{} */
/* #resetpassform label{margin-bottom: 10px;display: block;} */

/* -----------------------------------------------------------
メッセージ周り
----------------------------------------------------------- */
/* 「ログイン状態を保存する」 */
.login form .forgetmenot{width: 100%;display:none;}
/*
2019-11-16 00:50:02:WordPress5.3アップデートに伴い削除
.login form .forgetmenot label {
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
*/
/* 「パスワードをお忘れですか ?」 */
.login #nav {margin: 24px 0 0 0;text-align: center; font-weight: bold;}
.login #backtoblog, .login #nav {font-size: 13px;padding: 0 24px 0;}
/* 「← 〇〇〇〇〇 に戻る」 */
/* #backtoblog {margin: 36px 0;text-align: center;display: none;} */
#backtoblog {margin: 36px 0;text-align: center;}
/* 登録時のロゴ下のメッセージを非表示にする */
body.login-action-register .register {display: none;}

