/* CSS Document */
/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
/* ---------- ERIC MEYER'S RESET CSS ---------- */
/* ---------- http://meyerweb.com/eric/tools/css/reset/ ---------- */
@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);

/* ---------- FONTAWESOME ---------- */
[class*="fontawesome-"]:before
{
	font-family: 'FontAwesome', sans-serif;
	color: #FFB500;
}

/* ---------- GENERAL ---------- */
*
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	/*   background: #2c3338; */
	background: #23252B;
	color: #606468;
	font: 87.5%/1.5em 'Open Sans', sans-serif;
	margin: 0;
}

.section_links
{
	margin: 20px;
	float: left;
}

.section_links h3
{
	font-size: large;
	margin-bottom: 5px;
	margin-top: 10px;
}

.section_links
{
    text-align: left;
}

.section_links a
{
	color: #FFB501;
	text-decoration: none; 
}


.section_links a:hover
{
	color: #eee;
}

/*
.section_links a:visited
{
	color: #FFB501;
}
*/

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

p
{
	line-height: 1.5em;
}

.container
{
	left: 50%;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */
#login
{
	width: 280px;
}

#login form span
{
	/*   background-color: #363b41; */
	background: #292C33;
	border-radius: 3px 0px 0px 3px;
	color: #606468;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}

#login form input
{
	height: 50px;
}

#login form input[type="text"], input[type="password"]
{
	background-color: #3b4148;
	border-radius: 0px 3px 3px 0px;
	/*   color: #606468; */
	color: #eee;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 230px;
}

#login form input[type="submit"]
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*   background-color: #ea4c88; Rose */ 
	background-color: #FFB500;
	color: #eee;
	font-weight: bold;
	margin-bottom: 2em;
	text-transform: uppercase;
	width: 280px;
}

#login form input[type="submit"]:hover
{
	/*   background-color: #d44179; Rose */
	/* background-color: #FEAA00; */
	background-color: #FEA500;
}

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

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