@charset "utf-8";
@import url('reset.css');
@import url('icons.css');
@import url('//fonts.googleapis.com/css?family=Lato:300|Roboto:100|Signika:600,300');
body {
	/* background-color: #8DC63F; */
	background-color: #ededed;
	font-family: 'Roboto', sans-serif;
	font-size: 14pt/100%;
	font-weight: 100;
	color: #fff;
}
h1, h2, h3, section, article, footer, div, p, span, input { font-family: 'Roboto', sans-serif; }

h1, h2, h3 { text-transform: uppercase; text-align: center; margin: 0 0 1em 0; }
/* h2 { font-size: 200%; text-transform: none; text-align: left; background: #49C63E; color: #fff; padding: .5em;
margin: -0.5em -0.5em 1em -0.5em;} */
h1 { text-align: center;}
h2 { font-size: 200%; color: #fff; text-transform: none; }
h3 { font-size: 150%; }

section {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

p.motd { text-align: left; max-width: 370px; color: #555; margin: 0 auto; margin-bottom: 1em; }
p.motd span[data-icon] { background-color: transparent; color: #3e8dc6; font-size: 30px; float: left; }
.container { margin-top: 10%; }
img.loginLogo { max-width: 400px; }

footer {
	position: fixed;
	bottom: .5em;
	text-align: center;
	width: 100%;
	color: #575757;
	z-index: 0;
}

#login {
	max-width: 460px;
	background: #98CB52;
	color: #fff;
	max-height: 300px;
	border: 0;
	border-radius: 4px;
	padding: 1em;
	z-index: 101;
}

fieldset { color: #b0b0b0; margin-bottom: 1em;}
label {display: block; clear: both; font-family: 'Signika', sans-serif; font-weight: 600; margin-bottom: 0.5em; }

input {
	height: 30px;
	border: 0;
	padding: 0.5em;
	margin: 0;
	outline: 0;
	font-size: 100%;
	color: #fff;
}

input[type="text"], input[type="password"] {
	background: #f0f0f0;
	color: #5f5f5f;
	width: 89%;
	border: 0px solid #fff;
	border-left: 0;
	border-radius: 0 4px 4px 0;
}
	input[type="text"]:focus, input[type="password"]:focus {
		background: #fff;
		transition: 0.5s;
	}

button[type="submit"] {
	background: #648E2A;
	border: 0;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	font-size: 100%;
	color: #fff;
	line-height: 28px;
	height: 34px;
	cursor: pointer;
}
	button[type="submit"]:hover {
		background: #fff;
		color: #8DC63E;
		transition: 0.5s;
	}

.input-icon, .submit-icon {
	border: 0;
	display: inline-block;
	float: left;
	cursor: pointer;
	background-color: #f0f0f0;
	font-size: 24px;
	line-height: 40px;
	color: #8DC63E;
	padding: .125em;
	border-radius: 4px 0 0 4px;
}

.submit-icon {
	border: 0;
	background: #648E2A;
	color: #fff;
	border-radius: 4px 0 0 4px;
	line-height: 28px;
}
	.submit-icon:hover {
		background: #fff;
		color: #8DC63E;
		transition: 0.5s;
	}

fieldset#name {
	position: absolute;
	top: -5555px;
}

.message {
	width: 100%;
	border-bottom: 5px solid;
	color: #fff;
	padding: 15px;
	position: fixed;
	_position: absolute;
}
	.message h3 {
		margin: 0 0 5px 0;
	}
	.message p {
		margin: 0;
		text-align: center;
	}

.info {
	background-color: #3EC677;
}

.error {
	background-color: #C63E8C;
}

p.closeWarning {
	position: fixed;
	float: right;
	top: 1em;
	right: 1em;
	display: none;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
	transition: 0.5s;
}

div.submitContainer {
	float: right;
	margin-right: 5px;
	clear: both;
}

.login-icon { line-height: 20px; float: right; display: inline-block; padding-left: 5px; padding-top: 5px; }
