/* ------------------------------------------------------------ *\
    Logout - landing page
\* ------------------------------------------------------------ */
.wrapper-blue-logo {
	padding-top: 97px;
}

.wrapper-blue-logo .header {
	position: fixed;
}

.header .logo-logout-default {
	display: inline-block;
}

.section-logout {
    position: relative;
}

.section-logout img.img-logout {
	max-width: 413px;
	margin-bottom: 38px;
	margin: auto;
}

.section-logout h1 {
	font-size: 36px;
	color: #3F3F3F;
	margin-bottom: 12px;
}

.section-logout h4 {
	color: #3F3F3F;
	font-weight: 300;
	margin-bottom: 60px;
}

.section-logout .btn-blue-slim {
	background-color: #0299E5;
	padding: 15px;
	min-width: 400px;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	outline: 0;
	border: 1px solid #0299E5;
	transition: 0.3s all;
}

.section-logout .btn-blue-slim:visited,
.section-logout .btn-blue-slim:active {
	outline: 0;
}

.section-logout .btn-blue-slim:focus {
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
	outline: 0;
}

.section-logout .btn-blue-slim:hover {
	background-color: #286090;
    border-color: #204d74;
}

.section-logout .link-primary {
	color: #0299E5;
	font-weight: 400;
}

/*Common*/
.mb-25 {
	margin-bottom: 25px;
}

/*Footer section*/
.footer.footer-logout {
	color: #535353;
	margin-top: 0px;
}

.footer.footer-logout .footer-content {
	background-color: #fff;
}

.footer.footer-logout .footer-logout-socials {
	padding: 25px 0px;
	border-top: 1px solid #969696;
}

.footer.footer-logout .footer-logout-socials p {
	font-size: 16px;
	color: #3F3F3F;
	margin-bottom: 16px;
}

.footer.footer-logout .footer-logout-socials ul {
    display: inline-flex;
    align-items: center;
}

.footer.footer-logout .footer-logout-socials ul li + li {
	margin-left: 16px;
}

/* ------------------------------------------------------------ *\
    Logout - landing page // Media query
\* ------------------------------------------------------------ */
@media only screen and (max-width : 767px) {
	.section-logout h1 {
		font-size: 30px;
	}

	.section-logout h4 {
		font-size: 22px;
	}
	
	.btn.btn-blue-slim {
		min-width: 200px;
	}

	.section-logout img.img-logout {
		width: 300px;
	}
}