hr
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.card-header h2
{
	text-transform: uppercase;
}
.signin-form
{
	position: relative;
	top: 40px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
}
.signin-form form
{
	padding: 30px 30px 0px 30px;
}
.signin-form-header
{
	height: 70px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #2196F3;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	top: -18px;
}
.signin-form-header h3
{
	color: #fff;
	padding: 20px 0px;
}
.signin-form-footer
{
	height: 70px;
	text-align: center;
	padding: 20px 0px 5px 0px;
}