.login_container {
	width:360px; 
	height:360px; 
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-180px 0 0 -180px;
	border-radius: 5px;
  	background: #fff;
  	border: 2px solid #2e2e2e;
  	padding: 5px; 
  	box-shadow: 10px 10px 5px #000000;
}

.recover_container {
	width:360px; 
	height:226px; 
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-180px 0 0 -180px;
	border-radius: 5px;
  	background: #fff;
  	border: 2px solid #2e2e2e;
  	padding: 5px; 
  	box-shadow: 10px 10px 5px #000000;
}

.register_container {
	width:360px; 
	height:360px; 
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-180px 0 0 -180px;
	border-radius: 5px;
  	background: #fff;
  	border: 2px solid #2e2e2e;
  	padding: 5px; 
  	box-shadow: 10px 10px 5px #000000;
}
