/* 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="password"]:focus,
	input[type="text"]:focus { outline: none; }
	/* General Section */

	html, body, textarea, input {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		-webkit-text-size-adjust:none;
	}

	p {
		color:#7a7a7a;
	}

	a {
		color:#7a7a7a;
	}

	a:hover {
		text-decoration:none;
	}

	img { border:0; }

	/* LOGIN */
	html {
	 background-color:#f1f0f6;
	 height:100%;
	 margin:auto;
	 width:100%;
	}

	#form {
		margin-top:180px;
	}

	#form-login {
		background-color:#FFF;
		width:90%;
		max-width: 420px;
		margin:auto;
		padding: 2em 0;
		border-radius: 5px;
		-moz-box-shadow: 0 0 5px 5px #ccc;
	 	-webkit-box-shadow: 0 0 5px 5px#ccc;
 		box-shadow: 0 0 100px 15px #ccc;
	}

	#content {
		margin-left:22px;
		margin-right:22px;
		margin-top:20px;
		padding-bottom:20px;
	}
	#content-header {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	#logo {
		text-align: center;
		padding: 2em 2em 1em;
		border-radius: 5px 5px 0 0;
	}
		#logo img {max-width: 320px;}
	#remember {
		float:left;
	}

	#forgot {
		float:right;
	}

    input[type=password],
	input[type=text] {
		width: calc(100% - 40px);
		height:40px;
		border:0;
		padding: 0 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size:14px;
		font-family: Arial, Helvetica, sans-serif;
		color:#323232;
		background-color: #f3f3f3;
		border: solid 1px #e6e5e5;
	}
		input[type=password]:focus,
		input[type=text]:focus {border: solid 1px #323232;}
	#pass {
		background-position:0px -40px;
	}
	input[type=submit] {
		background-image:url(../images/button-messages.png);
		background-position:-0px -36px;
		border:1px solid #2c333d;
		width:286px;
		height:37px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size:14px;
		font-family: Arial, Helvetica, sans-serif;
		color:#fff;
		margin-top:50px;
		cursor:pointer;
	}
	button {
		width: 100%;
		color: #FFF;
		font-size: 17px;
		font-weight: bold;
		padding: 0.7em 1em;
		border-radius: 5px;
		background-color: #d7003b;
		border: solid 1px #d7003b;
		text-transform: uppercase;
	}
