body {
    font-family: 'Lato';
}

#app-layout {
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.fa-btn {
    margin-right: 6px;
}

.navbar {
	height: 120px;
	background-color: #142f56; 
	border: none !important;
	text-align: center;
	margin-bottom: 100px !important;
}

.navbar-logo {
	padding-top: 10px;
	opacity: 0.9;
	height: inherit;
	width: auto;
}

.navbar-shape svg {
	width: calc(100% + 1.3px);
    height: 30px;
}

.navbar-shape-fill {
	fill: #142f56;
}

.alert.alert-danger {
	background-color: rgba(130, 18, 18,0.6) !important;
	color: white !important;
	border-radius: 1px !important;
	border-left: 3pt solid #821212 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

.panel {
	border-radius: 10px;
	-webkit-box-shadow: 0px 15px 34px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 15px 34px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 15px 34px -5px rgba(0,0,0,0.75);
	display: none;
}

.panel-heading {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16pt;
	text-align: center;
	border: none !important;
	margin-left: -1px;
	margin-right: -1px;
	background-color: #0F233F !important;
	color: white !important;
}