* {
	outline: none;
}

html {
	height: 100%;
}

body {
	background: #FFF;
	color: #000;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	height: 100%;
	width: 100%;
}

@font-face {
	font-family: 'Pt Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Pt Sans'), url('../fonts/PTSans.ttf') format('truetype');
}

@font-face {
	font-family: 'Pt Sans Bold';
	font-style: normal;
	font-weight: 400;
	src: local('Pt Sans Bold'), url('../fonts/PTSansBold.ttf') format('truetype');
}

.bg-primary {
	color: #FFF;
	background-color: #428BCA;
	margin-bottom: 10px;
	padding: 10px;
}

.bg-danger {
	background-color: #F2DEDE;
	margin-bottom: 10px;
	padding: 10px;
}

.has-error .form-control {
	border-color: #A94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #CE8483;
}

#wrapper {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

#wrapper .row-fluid {
	margin: 0 1%;
	width: 98%;
}

#login-form {
	margin: 200px 0;
	text-align: center;
}

.w-form-inline {
	display: block;
	vertical-align: top;
}

.w-form-inline .inputTextSpan {
	display: inline-block;
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: text-top;
}