@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}



/* ---------- GENERAL ---------- */

body {
	background-color: #f5f5f5;
	color: #606468;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}


input {
	border: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	line-height: 1em;
	padding: 0;
	-webkit-appearance: none;
}



.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after { clear: both; }

/* ---------- LOGIN ---------- */
#container{
	margin: 0 auto;
	width: 96%;
}

#container img{
	margin-top:30%;
	width: 100%;
	height: auto;
}

#login {
	margin: 0 auto;
	min-width: 250px;
	max-width:413px;
	padding:10px;
}

fieldset{
	background-color: #e6e6e6;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	padding:20px 20px 0px 20px;
	
}


#login form input {
	height: 50px;
	outline:none;
}

#login form input[type="text"], input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #606468;
	margin-bottom: 1em;
	padding: 0 10px;
	width: calc(100% - 22px);
}



#login form input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #4f97e8;
	color: #eee;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	cursor:pointer;
	width: 100%;
	font-size: 14px;
}

#login form input[type="submit"]:hover {
	background-color: #4689d5;
}

#login > p {
	text-align: center;
}

#login > p span {
	padding-left: 5px;
}

.guest{
	
	text-align:center;
	margin-bottom:15px;
}

.guest a { color: #0000EE; }