body {
  font-size: 13px;
  font-family: "ubuntu", "Trebuchet MS", sans-serif;
  background: #fafafa;
  min-width: 1200px;
}
a:hover {
	text-decoration: none;
}
.loginContent {
	max-width: 350px;
	margin: 50px auto;
	position: relative;
}
.loginPanel {
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  	box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.loginPanel:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 125, 180, 0.06);
  border-radius: 4px;
}
.loginPanel h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px #1f394c;
  background: #007db4;
  border-bottom: 1px solid #1f394c;
  background-image: -webkit-linear-gradient(top, #007db4, #006fa1);
  background-image: -moz-linear-gradient(top, #007db4, #006fa1);
  background-image: -o-linear-gradient(top, #007db4, #1006fa1);
  background-image: linear-gradient(to bottom, #007db4, #006fa1);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.loginLogo {
	width: 100%;
	height: 220px;
	display: block;
	text-align: center;
}
.loginLogo img {
	border: 1px solid #ccc;
}
.loginPanel input[type=text], input[type=password] {
  font-size: 12px;
  color: #313131;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  outline: 5px solid #f4f5f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  margin-bottom: 25px;
}
.loginPanel input[type=text]:focus, input[type=password]:focus {
  border-color: #007db4;
  outline-color: #dbe7f1;
  outline-offset: 0;
}
.loginPanel .btn, .loginPanel input[type=submit],input[type=button] {
  text-shadow: 0 1px #000000;
  background: #1f394c;
  border: 1px solid;
  border-color: #1f394c;
  border-radius: 5px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #516274, #1f394c);
  background-image: -moz-linear-gradient(top, #516274, #1f394c);
  background-image: -o-linear-gradient(top, #516274, #1f394c);
  background-image: linear-gradient(to bottom, #516274, #1f394c);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px #313131, 0 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.loginPanel span {
	font-size: 11px;
}
.container {
	max-width: 800px;
}
.content {
	padding-bottom: 80px;
}
.header {
	width: 100%;
	background-color: #fff;
	border-bottom: 5px solid #006aa6;
	overflow: hidden;
	margin-bottom: 60px;
}
.header .container {
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 11px;
	color: #006aa6;
}
.footer {
	font-size: 11px;
	color: #d3d3d3;
	text-align: center;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	padding: 20px;
	background-color: #f7f7f9;
	border-top: 1px solid #d3d3d3;
}
.list-group-item .fa {
	display: block;
	background-color: #f7f7f9;
	border-right: 1px solid #ddd;
	width: 30px;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 0;
	color: #666;
}
.points {
	font-family: "ubuntu", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 56px;
	background-color: #006aa6;
	color: #fff;
	padding-left: 30px;
}
.bottom {
	font-size: 56px;
	background-color: #ddd;
	color: #fff;
	padding-left: 30px;
}
.points span {
	font-family: "ubuntu", "Trebuchet MS", sans-serif;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 3px 8px 2px 8px;
	background-color: #333;
	color: #fff;
	border-radius: 4px 0 0 0;
}
.details {
	padding-left: 50px;
}
.message {
	margin-top: 40px;
	margin-bottom: 0px;
}
.message p {
	margin-bottom: 15px;
}
.loginfooter {
	margin-bottom: 30px;
}
#closeButton {
	position: absolute;
	right: 50px;
	bottom: 50px;
}