/* style login page */

body{background-color:#424a5d}
form{text-align:center}
form input {border-bottom:1px solid gray;background:white;border-radius:40px !important;margin-bottom:10px}

button{
background-color:#317ccc !important;
border:none !important;
color:#EFEFEF !important;
}
/*button{width:80px !important;height:80px;border-radius:100% !important;margin:0 auto;color:#424a5d !important;}
*/
label{width:100%;text-align:center;color:white !important;padding:20px;}
.back{width:100%;text-align:center;float:left}
.back i{background:#fed136;border-radius:100%;height:40px;width:40px;padding-top:6px;text-align:center;color:#424a5d;vertical-align: middle;}
.back span{font-size:1.3em;color:white;padding:3px}
.title{
	font-family:""HelveticaNeue Ultra Light","Roboto Light","Slate Light","Segoe WP",NokiaPureTextLight,sans-serif";
	color:white;
	FONT-WEIGHT: 100;
	text-align:center;
	font-size:2.5em
	}
.emme{font-size:5em;color:#fed136}	
