.login{
	background-color: #fff;
	padding-top: 50px;
}
#login{
	margin-bottom: 0px;
	padding: 30px 20px 20px;
	width: 320px;
	clear: both;
	overflow: hidden;
	background-color: #fff;
}
#login h1{
	background-color: #fff;
}
#login h1 a {
	background-image: url('./images/h1.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 58px 53px; /* ロゴ画像の表示サイズ */
	width: 58px; /* ロゴ画像の表示サイズ */
	height: 53px; /* ロゴ画像の表示サイズ */
}
#login .message {
	border: none!important;
	font-size: 15px!important;
	box-shadow: none!important;
	color: #555;
	text-align: center;
	margin: 0;
	padding: 0;
}
#login #reg_passmail {
	color: #f00;
}
#login label {
	color: #333;
	font-weight: normal;
	font-size: 15px;
	line-height: 2;
}
#login form {
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0 0 3px #ccc;
}
#login form input {
	font-size: 14px!important;
	padding: 10px!important;
	font-weight: normal!important;
}
#login form input:focus {
	border: solid 1px #ea5500;
}
#login form p.submit {
	text-align: center;
}
#login form br {
	display: none!important;
}
#login input#wp-submit {
	margin: 20px 0 0!important;
	background-color: rgba(0, 94, 235, 1);
	font-size: 17px;
	border: none;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 30px;
	padding: 7px 60px 8px!important;
	max-width: 100%!important;
	box-sizing: border-box!important;
	height: auto;
	text-shadow: none;
	float: none!important;
}
#login #nav{
	margin-top: 10px;
}
#login #backtoblog{
	text-align: center;
	margin-top: 10px;
}
#login #nav a,
#login #backtoblog a {
	color: rgba(77, 113, 157, 1);
	font-size: 14px;
}
#login #nav a:hover,
#login #backtoblog a:hover {
	color: #ea5500;
	text-decoration: underline;
}
 .message.register{
display:none;
}
#login input[type="checkbox"]:checked::before {
	
	margin-left: -0.8em;
	margin-top: -10px;
}