/*#layoutSidenav_content .card{
  width: 140px;
  height: 170px;
  }*/

#layoutSidenav_content .count-question {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#layoutSidenav_content .card-body .tema {
	font-size: 17px;
	text-transform: uppercase;
}

#layoutSidenav_content .card-body .cantidad {
	font-size: 36px;
	font-weight: bold;
}

.alert-danger p {
	margin-bottom: 2px;
}

.card .card-badge {
	position: absolute;
	top: -16px;
	left: 166px;
	padding: 5px;
	background: green;
	color: white;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.badge {
	font-size: 0.7em;
}

.bg-login {
	min-height: 100vh;
	/* background: linear-gradient(
			to right,
			rgba(255, 122, 89, 1),
			rgba(255, 122, 89, 0)
		),
		url(../img/bg.jpg) no-repeat; */
	background: linear-gradient(rgba(5, 7, 12, 0.75), rgba(5, 7, 12, 0.75)),
		url(../img/bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	/* background-color: rgba(156, 163, 175, 0.66) !important; */
}
