@import 'https://fonts.googleapis.com/css?family=Josefin+Sans';

h1,h2,h3 {
	padding-top: 40px;
}

footer {
	padding: 30px;
	text-align: center;
}

.panel-title {
	cursor: pointer;
}

.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
	border-top-width: 2px;
}

#logoFont {
	font-family: 'Josefin Sans', sans-serif;
	color: #1962a6;
	font-size: 18px;
}

.form-signin {
	max-width: 400px;
	margin: 0 auto;
}

.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
}