@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */

/* ---------- FONTAWESOME ---------- */

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

/* ---------- GENERAL ---------- */

body {
	background-color: #F4F4F4F4 ;
	color: #000;
	font-family: "Varela Round", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	-webkit-appearance: none;
}

/* ---------- LOGIN ---------- */

#loginS {
	margin: 50px auto;
	width: 400px;
}

#loginS h2 {
	background-color: #A3238E;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 28px;
	padding: 20px 26px;
}

#loginS h2 span[class*="fontawesome-"] {
	margin-right: 14px;
}

#loginS fieldset {
	background-color: #f9f9f9;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	padding: 20px 26px;
}

#loginS fieldset p {
	color: #777;
	margin-bottom: 14px;
}

#loginS fieldset p:last-child {
	margin-bottom: 0;
}

#loginS fieldset input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#loginS fieldset input[type="text"], #login fieldset input[type="password"] {
	background-color: #eee;
	border-bottom: 1px solid;
	color: #777;
	padding: 4px 10px;
	width: 328px;
}

#loginS fieldset input[type="submit"] {
	background-color: #A3238E;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
}

#loginS fieldset input[type="submit"]:hover {
	background-color: #28ad63;
}