@import url(https://fonts.googleapis.com/css?family=Roboto:400,500|Roboto+Condensed:400,300); 

@font-face												{ font-family:'fontello'; font-weight:normal; font-style:normal; 
																		src:url('/fonts/fontello/fontello.eot?954003'); 
																		src:url('/fonts/fontello/fontello.eot?954003#iefix') format('embedded-opentype'),
																				 url('/fonts/fontello/fontello.woff?954003') format('woff'),
																				 url('/fonts/fontello/fontello.ttf?954003') format('truetype'),
																				 url('/fonts/fontello/fontello.svg?954003#fontello') format('svg'); }

/* -------------------------------------------------------------------------------- */
/* DEFAULTS */
/* -------------------------------------------------------------------------------- */
body															{ background:#EEE; color:#333; font-family:'Roboto', sans-serif; font-weight:400; }

h1, h2, h3, h4										{ font-family:'Roboto Condensed', sans-serif; font-weight:400; }

form label, .modal label												{ display:block; font-weight:400; }

.container.content								{ padding-top:70px; }

/* -------------------------------------------------------------------------------- */
/* ICONS */
/* -------------------------------------------------------------------------------- */
.glyphicon												{ font-size:130%; margin:0 0.2em; vertical-align:-15%; }



/* -------------------------------------------------------------------------------- */
/* LOGIN */
/* -------------------------------------------------------------------------------- */
body.login h1											{ color:#666; text-align:center; }
body.login .logo									{ margin:1em 0; text-align:center; }
body.login .container							{ padding:40px 20px; max-width:350px; width:100%; }
body.login form										{ margin:2em 0; }
body.login input									{ border:2px solid #AAA; display:block; padding:5px; width:100%; }
body.login button[type="submit"]		{ margin-top:1em; width:100%; }















