/* Reset */
html,body,div,span,applet,object,iframe,input,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
		margin:0;
		padding:0;
	}
	
	input[type="text"]:focus { outline: none; }
	/* General Section */
	
	html, body, textarea, input { 
		font-family: Helvetica, Arial, sans-serif;
		font-size:12px;
		-webkit-text-size-adjust:none;
		
	}
	body {
		background-color: #eee;
		font-family: "futura-pt",sans-serif;
		font-size: 16px;
		line-height: 1.2;
		font-style: normal;
		font-weight: 400;
		color: #575757;
	}
	
	p {
		color:#55585d;
		padding-bottom:3px;
	}
	
	a {
		color:#55585d;
	}
	
	a:hover {
		text-decoration:none;
	}
	
	img { border:0; }
	
	/* LOGIN */

	
	#form-login {
    width: 350px;
    margin: 15px auto;
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 30px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
	}
	
	.login-logo {
    width: 170px;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
	}
	
	h3.title {
    color: #88946c;
    font-size: 24px;
    text-transform: uppercase;
	}
	
	.access-denied {
		display: block;
		background-color: #da1515;
		color: white;
		font-weight: bold;
		padding: 5px 10px;
		margin-top: 10px;
	}
	
	#content {
		margin-top: 15px;
	}
	#content-header {

	}
	#logo {
		color:#55585d; 
		font-size:20px; 
		font-family: "futura-pt", sans-serif;
		display:block;
	}
	#remember {
		float:left;
	}
	
	#forgot {
		float:right;
	}
	
	input[type=text] {
		width:100%;
		height:40px;
		border: 1px solid #cccccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding-left:10px;
		padding-right:30px;
		font-size:14px;
		font-family: sans-serif;
		color:#000;
	}
	#pass {
		background-position:0px -43px;
		margin-top:20px;
	}

	.buttons {
		margin-top:20px;
	}
	.button-a, .button-a span {
		display:inline-block;
		min-width:82px;
		height:35px;
		border:0;
		color:#FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-decoration:none;
		cursor:pointer;
		font-size:12px;
		text-align:center;
		padding:0px 40px;
		font-size:16px;
		font-family: "futura-pt", sans-serif;
		-webkit-appearance: none;
	}
	.button-a span {
		padding-top:7px;
	}
	.button-a:hover {
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
		  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
		  text-decoration:none;
	}
	.button-a.gray {
		background: #f7f7f7; /* Old browsers */
		background: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f7f7f7 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f7f7f7 0%,#e9e9e9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f7f7f7 0%,#e9e9e9 100%); /* IE10+ */
		background: linear-gradient(top, #f7f7f7 0%,#e9e9e9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
		border:1px solid #CCC;
		color:#55585d;
	}
	.button-a.gray span {
		color:#55585d;
	}
	.button-a.blue {
		background: #87946b; /* Old browsers */
		width: 100%;
		padding:0px 0px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
		font-weight: bold;
	}

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  height: 600px;
}