/*** login ***/
.authentication-bg .card-header { background-color: #313a46 !important; }

/*** navbar ***/
.navbar img { height: 80px; }

@media(max-width: 768px) {
	.form-check-inline { display: block; margin-bottom: 8px; }
	.navbar img { height: 50px; }
}