html,
body {
	height: 100%;
}
body {
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
}
.form-signin .form-floating:focus-within {
	z-index: 2;
}
/*.form-signin select {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}*/
.form-signin input[type="password"], .form-signin .floatingText {
	margin-bottom: 10px;
}
.floatingText {
    text-align: center;
}
.logoutButton:hover {
  color: #FFF;
}
.logoutButton {
    text-align: center;
    border: 1px solid #ec1c24;
    padding: 10px;
    background: #ec1c24;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}
.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}
.bi {
	vertical-align: -.125em;
	fill: currentColor;
}
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
footer {
    position: fixed;
    height: 100px;
    bottom: -50px;
    width: 100%;
}
main > .container {
	padding: 60px 15px 60px;
}
.footer {
	width: 100%;
}
footer > .container {
	padding-right:0px; 
	padding-left:0px;
}
footer .nav-link {
	border-radius : 0px !important;
	cursor: pointer;
}

.themed-grid-col {
	padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
    margin: auto 1% auto 6%;
    width: 46%;
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(to right, black , #484848);
    color: white;
    font-weight: 600;
    height: 80px !important;
    width: 40%;
    border-radius: 10px !important;
}
.themed-container {
	padding: .75rem;
	margin-bottom: 1.5rem;
	background-color: rgba(0, 123, 255, .15);
	border: 1px solid rgba(0, 123, 255, .2);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #ec1c24;
	background: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
}
.nav-justified .nav-item, .nav-justified > .nav-link {
	color: #212529;
	background: #FFFFFF;
	font-size: 12px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: transparent !important;
	border-color: transparent !important;
	border-bottom: 1px solid #ec1c24;
}
.nav-tabs {
	--bs-nav-tabs-border-color: transparent !important;
}
.nav-tabs > .nav-item .nav-link.active {
	color: #ec1c24;
	border-bottom: 2px solid #ec1c24 !important;
}
.nav-tabs > .nav-item .nav-link {
	color: #212529;
}
.list-group-item {
	display: inherit !important;
}
.btn-primary-buzaao {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ec1c24;
  --bs-btn-border-color: #ec1c24;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ec1c24;
  --bs-btn-hover-border-color: #ec1c24;
  --bs-btn-focus-shadow-rgb: #ec1c24;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ec1c24;
  --bs-btn-active-border-color: #ec1c24;
  --bs-btn-active-shadow: inset 0 3px 5px #ec1c24;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ec1c24;
  --bs-btn-disabled-border-color: #ec1c24;
}