body.login { border: 0 }

#login {
	margin: 0 auto;
	width: 360px;
}

#login h1:before {
	background: #fff;
	content: "\f160";
	color: #777;	
	font-family: dashicons;
	font-size: 100px;
	left: 0;
	position: absolute;	
	width: 360px;
	z-index: 2;	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all  0.4s ease;
	-ms-transition: all  0.4s ease;
	-o-transition: all  0.4s ease;
	transition: all  0.4s ease;
}

#login h1:hover:before,
#login h1.show:before  { left: -500px; } 

#login h1 {
	background: #fff;
	box-shadow: 0 1px 3px #ccc;	
	margin-bottom: 20px;
	position: relative;	
	line-height: 1;
	overflow:hidden;
}

body.login #login h1 a {
	background: transparent;
    color: #999999;
    display: block;
    font-size: 20px;
    font-weight: 400;
   	height: 100px; 
    line-height: 100px;
    margin: 0 ;
    text-indent:0;
	width: 360px;	
}

#backtoblog { display: none; }

textarea { width: 100%; }
