@charset "UTF-8";
/* CSS Document */


body{
	background:white no-repeat url(http://2chu-dousoukai.tune16.com/wp-content/themes/2chu_theme/passback2500.jpg);
	background-size:cover;
	padding-top:45px;
	color:#64b559;

}

h1{
	margin-bottom:0;
	padding-bottom:0;
}



input#wp-submit{
background:#64b559;
color:white;
font-weight:bold;
width:150px;
height:60px;
border:none;
border-radius:10px;
font-size:1.15em;
letter-spacing:0.2em;
-webkit-box-shadow: 0px 3px 1px rgba(4,132,98, 0.2);
-moz-box-shadow: 0px 3px 1px rgba(4,132,98, 0.2);
box-shadow: 0px 3px 1px rgba(4,132,98, 0.2); 
-webkit-transition: All 1s ease;
-moz-transition: All 1s ease;
-o-transition: All 1s ease;
-ms-transition: All 1s ease;
transition: All 1s ease;
float:none;
-webkit-appearance: none;
}

input#wp-submit:hover{
background:#64b559;
-webkit-box-shadow: 3px 6px 8px rgba(6,170,126, 0.4);
-moz-box-shadow: 3px 6px 8px rgba(6,170,126, 0.4);
box-shadow: 3px 6px 8px rgba(6,170,126, 0.4); 
-webkit-appearance: none;
}

#password_protected_pass{
	background:white;
	border-radius:12px;
	border:2px solid #64b559;
	padding:0.3em;
	padding-left:0.8em;
	letter-spacing:0.25em;
	color:#777;
}

#login{
	width:500px;
	height:auto;
	background:rgba(255,255,255,0.88);
	margin-top:0;
	padding-top:25px;
	border-radius:10px;
}

#loginform{
	background:none;
	border:none;
	box-shadow:none;
	text-align:center;
	margin:0 auto;
}

p.submit{
	text-align:center;
	margin:0 auto;
}
#loginform label{
	color:#64b559;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


@media screen and (max-width : 480px) {
	
#login{
	width:80%;
	height:auto;
	background:rgba(255,255,255,0.88);
	margin-top:0;
	padding-top:25px;
	border-radius:10px;
	margin-left:10%;
}

h1 img{
	width:90%;
	height:auto;
	
}


