@charset "utf-8";
/* CSS Document */

/* FONT FACE */
@import url(http://fonts.googleapis.com/css?family=Quicksand);
@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700);

@font-face {
    font-family: 'danielblack';
    src: url('font/Daniel-Black-webfont.eot');
    src: url('font/Daniel-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Daniel-Black-webfont.woff') format('woff'),
         url('font/Daniel-Black-webfont.ttf') format('truetype'),
         url('font/Daniel-Black-webfont.svg#danielblack') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'danielbold';
    src: url('font/danielbd-webfont.eot');
    src: url('font/danielbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/danielbd-webfont.woff') format('woff'),
         url('font/danielbd-webfont.ttf') format('truetype'),
         url('font/danielbd-webfont.svg#danielbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body { 
	
	font-family: 'Amatic SC';
	font-weight: 700;
	letter-spacing: 1px; 

}

.body-login {
	background:#a0225b;
}

input:focus, button:focus, textarea:focus, select:focus { outline: 1; }

#container_login {

	margin: 0 auto;
	width: 960px;
	height: 630px;
	/* background:#399;  */
	overflow: hidden;
	
}

.bg-pink {
	position: absolute;
	 background:#ff8dbb;
	 display: block;
	 width: 100%; 
	 height: 800px;
	 z-index: -100;	
	
}

#wrapper { 

	width: 400px; 
	height: 550px;
	text-align: center; 
	margin: 0 auto; 

}

#wrapper section { 

	width: 350px; 
	float: left; 
	text-align: left; 
	padding: 25px;
	background: rgba(255,255,255,0.7); 
	-moz-box-shadow: 0 0 1px 2px rgba(20,20,20,0.3); 
	-webkit-box-shadow: 0 0 1px 2px rgba(20,20,20,0.3); 
	border-radius: 5px; -moz-transition: 0.3s linear; 
	-webkit-transition: 0.3s linear;
 
}

#wrapper h1 {
	  font-family: 'danielblack';	
	  color: #FFF;
	  letter-spacing: 2px;
	  margin-top: 60px;
	  margin-bottom: 40px;
	 
}


#wrapper section:hover {
	
	 -moz-box-shadow: 0 0 4px 3px #e5337c; 
	 -webkit-box-shadow: 0 0 4px 3px #e5337c;  
	 background: #fff; 
}

#wrapper section header { 

	width: 25%; 
	float: left; 
	text-align: right; 
}

#wrapper section header .name { 

	width: 90%;
	float: left; 
	margin: 9px 10% 43px 0; 
	font-size: 23px;
}
 
#wrapper section header .password { 
	width: 90%; 
	float: left; 
	margin: 0 10% 0 0; 
	font-size: 23px;

}

#wrapper section .inputs {
	 width: 75%; 
	 float: left;

}

#wrapper section .inputs input { 
	width: 93.5%; 
	float: left; 
	padding: 10px 3%;
	border: 1px solid #ddd; 
	margin: 0 0 20px 0; 
	font-family: 'Amatic SC';
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	border-radius: 5px; 
	/* background: rgba(102,204,255,0.1); */
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear; 
}

#wrapper section .inputs input:hover {
	background: #fff; 
	border: 1px solid #d6679a;
	
}

#wrapper section input.button { 
	width: 350px;
	padding: 15px 0; 
	border: 0px solid; 
	margin: 5px 0 0 0; 
	font-family: 'danielblack';
	letter-spacing: 2px;
	color: #fff; 
	font-size: 18px; 
	border-radius: 5px; 
	-moz-transition: 0.3s linear; 
	-webkit-transition: 0.3s linear; 
	background: #d6679a; 
	-moz-box-shadow: 2px 2px 2px rgba(20,20,20,0.7);
	-webkit-box-shadow: 2px 2px 2px rgba(20,20,20,0.7); }
	
#wrapper section input.button:hover { 
	background: #ce296c; 
	cursor: pointer;
	
}

#wrapper section .forgot { 
	font-family: 'danielblack';
	font-size: 15px;
	width: 100%; 
	float: left;
	margin: 25px 0 0 0; 
}
#wrapper section .forgot a { 
	color: #999; 
	text-decoration: none; 
	-moz-transition: 0.2s linear; 
	-webkit-transition: 0.2s linear; 
}

#wrapper section .forgot a:hover { 
	color: #444; 
}

#wrapper .join { 
	width: 100%; 
	float: left; 
	margin: 25px 0 0 0; 
	background: #fff; 
	font-family: 'danielbold';
	color: #333;
	padding: 20px 0; 
	border-radius: 5px; 
	-moz-box-shadow: 0 0 1px 2px rgba(50,50,50,0.2);
	-webkit-box-shadow: 0 0 1px 2px rgba(50,50,50,0.2); 
}

#wrapper .join a {
	color: grey;
	text-decoration: none;	
	-moz-transition: 0.2s linear; 
	-webkit-transition: 0.2s linear; 
}

#wrapper .join a:hover {
	color: #ce296c;
	
}	


/* FOOTER - COPYRIGHT */


#copyright-login {

	width: 100%;
	height: 20px;
	background:#a0225b;
	font-family: 'danielblack';
	color: #FFF;
	padding: 18px 0 18px 0;
	margin-top: 70px;
	font-size: 12px;
	letter-spacing: 1px;
}

#copyright-login ul li {
	display: inline-block;
	float: right;
	
	
}

#copyright-login ul li a {
	text-decoration: none;	
	color: #FFF;
	padding: 10px;	
	opacity: 0.6;
}

#copyright-login ul li a:hover {
	opacity: 1.0;	
}
#copyright-login p {
	float: left;	
	margin-left: 15px;

}
