/* main */
body {
	margin:0;
	background:#DDD;
	color:#333;
	font-family:open sans;
	font-size:0.8em;
	line-height:25px;
}

a {
	text-decoration:none;
	color:#444;
}
a:hover {
	text-decoration:underline;
}

h1 {
	display:none;
}
h2 {
	font-size:1.8em;
	font-weight:300;
	padding:10px 14px;
	margin:30px 20px 0 20px;
	color:#47637F;
}

.size-x6 {
	font-size:6em !important;
	line-height:120px !important;
}


/* content */
.padded {
	padding:0 14px;
	color:#888;
}

.floatbreaker {
	clear:both;
}
.seperator {
	background:#DDD;
	line-height:1px;
	height:1px;
	margin:20px 0 17px 0;
}

ul {
	margin:0;
	padding:5px 0 5px 40px;
	list-style:square;
}


/* login */
#login {
	position:absolute;
	top:50%;
	left:50%;
	width:350px;
	margin-left:-175px;
	height:350px;
	margin-top:-175px;
	background:#FFF;
}

.spacer  {
	height:500px;
}

.actions {
	text-align:right;
	font-size:1em;
	padding:10px 14px;
}
.actions a {
	margin-left:5px;
	float:right;
}
.actions a:hover {
	text-decoration:none;
}
.actions .fa {
	line-height:20px;
}
.actions .fa-cog {
	font-size:1.3em;
	position:relative;
	top:1px;
}
.actions a {
	color:#999;
}
.actions a:hover {
	color:#000;
}

#user {
	background:#FFF;
	padding:20px 30px;
	margin:0 5px;
}
#pass {
	background:#FFF;
	padding:20px 30px;
	margin:0 5px;
}

.active {
	background:#F6F6F6 !important;
	margin:0 !important;
	border-left:#47637F 5px solid;
	border-right:#F6F6F6 5px solid;
}

#user .container, #pass .container {
	background:#FFF;
	border:#CCC 1px solid;
}
#user div .fa, #pass div .fa {
	width:10%;
	float:left;
	text-align:right;
	font-size:1.2em;
	margin-top:11px;
}

#user input, #pass input {
	background:#FFF;
	border:0;
	font-family:open sans;
	font-size:1em;
	padding:10px 12px 10px 6px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	outline:0;
	margin:0;
	width:90%;
	float:left;
}

.formsub {
	text-align:right;
	padding:0 35px;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #FFF inset;
    -webkit-text-fill-color: #000;
}

button {
	background:#47637F;
	color:#FFF;
	border:0;
	font-family:open sans;
	font-size:1em;
	padding:9px 15px;
	outline:0;
	cursor:pointer;
}

button:focus {
	background:#557799;
}

.justify {
	text-align: justify;
}


/* settings */
label {
	display:block;
}