@charset "utf-8";
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
body{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
	body > div{
		width: 100%;
		padding: 1em;
		max-width: 400px;
	}
		header{margin-bottom: 2em;}
			header img{width: 30%;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.icon input{
	padding-left: 1em;
	padding-right: 3em;
	height: 3em; line-height: 3em;
}
	.icon:after{
		width: 3em; 
		z-index: 10;
		line-height: 3em;
		text-align: center;
		font-family: 'FontAwesome';
		position: absolute; top: 0; right: 0;
	}
	.email:after{content: "\f003";}
	.passw:after{content: "\f13e";}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */