@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=3.0.1");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Glyphicons';
	src: url("../fonts/glyphicons-regular.eot");
	src: url("../fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular.woff") format("woff"), url("../fonts/glyphicons-regular.ttf") format("truetype"), url("../fonts/glyphicons-regular.svg#glyphicons_halflingsregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSansLight.woff') format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans.woff') format('woff');
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px !important;
	line-height: 20px;
}

a {
	color: #368ee0;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.icon {
	font-family: 'FontAwesome';
}

.clear {
	clear: both;
}

#login-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 350px;
	margin: -95px 0 0 -175px;
	border: 2px solid #ddd;
	background: #fff;
}

#login-box .title {
	height: 35px;
	border-bottom: 2px solid #ddd;
	padding: 7px 0 7px 10px;
}

#login-box .title h3 {
	margin: 5px 0 3px 0;
	line-height: 24px;
	font-weight: normal;
	color: #444;
	font-size: 20px;
}

#login-box .title h3 span.icon {
	margin: 0 10px;
}

#login-box form {
	text-align: center;
}

#login-box form p {
	font-size: 12px;
	color: #ff0000;
}

#login-box form input {
	background: #f9f9f9;
	width: 270px;
	height: 20px;
	padding: 4px 6px;
	margin-top: 10px;
	line-height: 20px;
	color: #555;
	border: 1px solid #ccc;
}

#login-box form label {
	margin: 0 auto;
	width: 160px;
	display: block;
}

#login-box form label input {
	float:left;
	width:40px;
}

#login-box form label span {
	float:left;
	margin-top: 8px;
	color: #000;
	color: #555;
}

#login-box form label .clear {
	clear:both;
}

#login-box .form-actions {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
}

#login-box .form-actions input.submit {
	width: 100px;
	height: 30px;
	margin-bottom: 10px;
	background: #ed1c24;;
	color: #fff;
	border: none;
	cursor: pointer;
}

.captcha {
	display: none;
	width: 305px;
	margin: 15px auto 0 auto;
}