.bg-info, .alert-info {
	background-color: #1387B4 !important;
	color: #ffffff !important;
}
#flashdata {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
}
#cookie_consent_banner {
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	background-color: #f3f3f3;
	color: #000000;
	z-index: 9999999;
	padding: 1rem;
	opacity: 0.9;
}
#cookie_consent_banner a {
	color: #0c4262;
}
a#cookie_consent_btn {
	color: #ffffff;
	text-transform: uppercase;
	background-color: #0c4262;
}

.form-floating > .form-control::placeholder {
    color: revert;
}

.form-floating > .form-control:not(:focus)::placeholder {
    color: transparent;
}

.user-section {
	min-height: 85.5vh;
}
