body{
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.top{
	margin-top:20px;
}

.top img{
	height:50px;
}

.top h1{
	font-size:20px;font-weight:Bold;
	line-height:25px;
}


.middle{
	margin-top:20px;
}

.text-center{
	text-align:center;
}

.btn-primary{
	border-color:#550dbb;
	background-color:#550dbb;
}

.btn-primary:hover{
	background-color:#7227dc;
	border-color:#7227dc;
}

.btn{
	border-radius:0px;
}

.alert{
	text-align:center;
	border-radius:0px;
}