@import url('https://fonts.googleapis.com/css?family=Ubuntu');


.app-login{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.app-login .app-body .app-block{ max-width: 360px !important; }

.app-header{ 
	margin: 30px 30px -15px 30px !important; 
	font-size: 1.25em;
	color: #fff;
}
.app-header > h1{
	font-size: 2.5em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}
.app-body{ 
	min-height: 60vh; 
	justify-content: center;
}
/*.app-footer{ 
	flex: 1; 
	display: flex;
	flex-direction: column;
}*/
.app-footer{ 
	margin: 40px 0 0 0; 
	background: #fff;
	padding: 10px 0 30px 0;
}
.app-footer > h2{
	text-align: center;
	font-weight: 600;
	font-family: 'Ubuntu', sans-serif;
	color: #095077;
}

#carousel-ads{ flex: 1; }
.carousel-inner,
.item,
.item > div{
	width: 100%;
	height: 100%;
}
.item > div{ background-size: cover !important; }

.slick-list,
.slick-track,
.news{ 
	flex: 1;
	display: flex;
}

.news-item{ padding: 0 15px; }
.news-header > h3{
	font-size: 1.25em;
	font-weight: 600;
	margin: 15px 0 0 0;
	min-height: 40px;
}
.news-header > .date{ font-size: 0.75em; }
.news-body{ 
	font-size: 0.85em;
	text-align: justify;
}
.news-body > img{ 
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
}
.news-body > div{
	min-height: 75px;
}

@media( max-width: 768px ) {
	.app-header{ font-size: 1.1em; }
	.app-header > h1{ font-size: 2.25em; }
}

img{
	background: url('../../images/no-image-available.jpg') center;
	background-size: cover;
	width: 100%;
	min-height: 150px;
}

.footnote{
	font-size: .75em;
	background: #095077;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footnote > a{ color: #fff; }
.footnote > span{
	font-size: 3em;
	color: #fff;
}

#login-logo{
	width: 100px !important;
	min-height: 100px !important;
}

@media (max-width: 425px) { 
	.app-header > div:first-child{
		margin-bottom: 30px !important;
	}
}