html, body {
	background-color: #eee;
}

.margin-bottom-0{
	margin-bottom:0;
}
.border-bottom-0{
	border-bottom:0;
	box-shadow: none;
}
.margin-top-10 {
	margin-top: 10px;
}
.input-group-vertical > .form-control{
	border-radius: 0;
	top:-1px;
}
.input-group-vertical > .form-control:first-child{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	top:0;
}
.input-group-vertical > .form-control:last-child{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.logo {
	width: 190px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
}
.account-wall {
	display:block;
	position:relative;
	margin: 20px auto;
	padding: 20px 0;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.account-wall .panel {
	border:0;
	padding:0;
	border-radius: 0;
}
.account-wall .panel-heading{
	border-top:1px solid #ddd;
	border-radius: 0;
}
.seal{
	position:relative;
	top:0;
	left:-65px;
	margin-left:50%;
	width:130px;
}
@media (min-width: 992px) {
	.margin-md-right-30 {
		margin-right: 30px;
	}
}
