@charset "utf-8";
/* CSS Document */

/* ---------- GENERAL ---------- */

body {
	background: #eaeaea url('images/bgpagLogin.png');
	color: #999;
	font: 100%/1.5em sans-serif;
	margin: 0;
}

h1 { margin: 0; }

a {
	color: #FFF;
	text-decoration: none;
}

a:hover { color: #c0c0c0; }

fieldset {
	border: none;
	margin: 0;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type="submit"] { cursor: pointer; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }

/* ---------- LOGIN-FORM ---------- */

#login-form {
	margin: 20px auto;
	width: 400px;
}

#login-form h1 {
	background-color: #186183;
	text-shadow: 1px 1px 0px #444;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

#login-form fieldset {
	background: #2186B6;
	border-radius: 0 0 5px 5px;
	padding: 20px;
	position: relative;
}

#login-form fieldset:before {
	background-color: #fff;
	content: "";
	height: 8px;
	left: 50%;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
}

#login-form input,#login-form select {
	font-size: 14px;
}

#login-form input[type="text"],
#login-form input[type="password"],
#login-form select {
	border: 1px solid #dcdcdc;
	padding: 12px 10px;
	width: 320px;
}

#login-form input[type="text"],#login-form input[type="password"] {
	border-radius: 3px;
}

#login-form input[type="password"] {
	margin-top: 5px;
}

#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus,
#login-form select:focus {
	border-color: #4FBAFB;
	color:#011E30;
}



#login-form input[type="submit"] {
	background: #1dabb8;
	border-radius: 3px;
	color: #fff;
	float: right;
	font-weight: bold;
	margin-top: 20px;
	padding: 12px 20px;
}
span.btnSpan {
	background: #1dabb8;
	border-radius: 3px;
	color: #fff;
	float: right;
	font-weight: bold;
	margin-top: 20px;
	padding: 12px 20px;
	cursor: pointer;
}
span.btnSpan:hover { background: #198d98; }


#login-form input[type="submit"]:hover { background: #198d98; }

#login-form footer {
	font-size: 12px;
	margin-top: 16px;
}

.info {
	background: #e5e5e5;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 20px;
}