.account-panel{
	max-width:320px;
	margin:0 auto;
}
.account-panel-body input[type="text"]{
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.account-panel-body input[type="password"]{
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.account-panel-body button{
	margin-top: 10px;
	margin-bottom: 10px;
}
.account-panel-title{
	font-size: 28px;
	margin-bottom: 15px;
	text-align: center;
}