
body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 5px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
 .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin input[type="text"],
 .form-signin input[type="password"] {
	font-size: 14px;
	height: auto;
	margin-bottom: 2px;
	padding: 3px 5px;
}

.login-logo {
background: transparent url(../images/misc/icon-login.png) center top;
width: 315px;
height: 98px;
margin: 0px auto;
background-repeat: no-repeat;
}

.help-inline {
	margin-bottom: 5px;
}

.block-center {
	display:block;
	width:349px;
	margin:0 auto;
}
