footer {
	 text-align: right;
}
 footer #Credit {
	 position: relative;
	 margin-top: 50px;
	 overflow: hidden;
	 float: right;
	 padding: 25px;
}
 footer #Credit a {
	 display: inline-block;
	 padding-left: 10px;
	 padding-right: 10px;
	 text-decoration: none;
	 border: 0px;
	 opacity: 0.6;
	 vertical-align: bottom;
}
 footer #Credit a:hover {
	 text-decoration: none;
	 border: 0px;
	 opacity: 0.8;
}
 footer #Credit a img {
	 display: block;
	 filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.75));
	 height: 30px !important;
	 padding: 0px;
}
 footer #Credit #Admin {
}
footer #Credit #Admin img {
	position:relative;
	height: 60px !important;
	top:30px;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
footer #Credit #Admin img:hover {
	top:0px;
	clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}

.mb-3:has(:nth-child(3).form-check) {
	column-count: 3;
}

.form-check label {
	font-weight:normal;
}