#login_widget {
	margin: 10px 0;
}

#login_widget .d-flex {
	display: flex;
	gap: 10px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#login_widget .card-title {
	margin: 0;
}
