body {
	background: url(/images/body-bg.png);
	color: #838383;
	font: 13px "Droid Sans", Arial, Helvetica, sans-serif
}

#login-wrapper{margin: 10px;}

#login-box {
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	box-shadow: 0 0 2px #dadada, 0 -3px 0 #e6e6e6 inset;
	display: block;
	margin: 80px auto 0px;
	max-width: 380px;
	background: #f9f9f9;
}

a{color: #2d932b;}
a:hover{color: #666;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: "Droid Sans", sans-serif;
	color: #434853;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: -.5px
}
h1 {
	font-size: 20px;
	color: #2d932b;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #e0e0e0
}
input[type="text"],input[type="password"]{
	box-shadow: 2px 2px 4px #f1f1f1 inset;
    color: #8e8d8d;
	background: #f9f9f9 !important;
	}
label{font-weight: normal;}
#content {
	padding: 23px 28px
}

.input-group{margin: 10px 0px;}

.form-control:focus {
  border-color: #808080;
  box-shadow:none;
  outline: 0 none;
}

div#footer{text-align: center;bottom: 10px;margin: 0px auto;display:block;position: absolute;width:100%;}