body {
	font-family: "Poppins", sans-serif;
}

.form-login {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-login {
	width: 473px;
	background-color: #fafafa;
	padding: 40px;
	box-sizing: border-box;
}

.btn-primary {
	background-color: #ff8a00;
	color: white;
	border-radius: 0;
	border: none;
	height: 45px;
}

.btn-primary:hover {
	background-color: #ff8a00;
	color: white;
}

input[type="text"],
input[type="number"],
input[type="file"],
select,
input[type="email"],
input[type="password"] {
	border-radius: 0 !important;
	height: 45px !important;
}

.navbar {
	background-color: #2c2c2c;
}

.nav-link {
	color: white;
	margin-right: 28px;
}

.nav-link:hover {
	color: #ff8a00;
}

.nav-link.active {
	color: #ff8a00 !important;
	font-weight: 700;
}

.card-dash {
	background-color: #2c2c2c;
	color: white;
	text-align: center;
	padding: 40px;
	box-sizing: border-box;
}

.card-dash h3 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0;
}
.card-dash p {
	font-size: 20px;
	font-weight: 500;
}
