#login_pass2
{
	padding: 20px;
	background: rgb(0, 0, 0, 0.2);
	border-bottom: solid rgb(0, 0, 0, 0.3) 1px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #33ccff;
}

#login_pass2:hover
{
	background: rgb(0, 0, 0, 0.1);
}

#login_pass2 input
{
	background: none;
	color: silver;
	border: 1px solid rgb(0, 0, 0, 0.2);
	padding: 12px;
	margin: 10px;
	font-size: 1.2em;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
	transition-duration: 0.2s;
	border-radius: 3px;
	bo x-sizing: none;
	
	
}

#login_pass2 input:hover
{
	border: 1px solid #33ccff;
	box-shadow: 0px 0px 5px #33ccff;
}

#login_pass2 input:active
{
	border: 1px solid #ff9500;
	box-shadow: 0px 0px 5px #ff9500;
}

#login_pass
{
	border-top: 0px;
	padding: 5px;
	backg round: rgb(0,0,0,0.7); 
	backg/round-image: linear-gradient(to right, #06121b, #495344, #06121b);
	bor der-bottom: solid #495344 2px;
	box-sh adow: 0px 5px 5px rgb(0,0,0,0.5); 
}

#registration
{
	font-size: 13px;
	
}

#registration span#login_pass a
{
	color: #ff9500;
	text-decoration: none;
	transition: all 0.3s;
}


#registration span#login_pass a:hover
{	
	text-shadow: 0px 0px 30px #33ccff;
	
}



