.custom-switch .custom-control-label::before {


	width: 3.7rem;
	border-radius: 1rem;

}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(1.5rem);
}

.custom-control-label::before {

	height: 2rem;

}

.custom-switch .custom-control-label::after {
	width: calc(2.2rem - 4px);
	height: calc(2rem - 4px);
	border-radius: 1rem;
}


@media (max-width: 767px) {

	div.logo {
		text-align: center;
	}


	img.logo {

		width: auto !important;
		height: 60px !important;

	}

}

@media (min-width: 768px) {

	img.logo {

		width: auto !important;
		height: 80px !important;

	}

}
