body {

	background: url('http://200.6.115.193/prototipo-ia-educacional/img/header-final-1.png');
	background-position: left;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	margin: 0;
	font-family: Arial, sans-serif;

}

.login-card {
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	padding: 30px;
	width: 90%;
	max-width: 450px;
}

.nav-tabs .nav-link {
	border: none;
	color: black;
	background-color: transparent;
	border-radius: 0;
	font-weight: bold;
}

.nav-tabs .nav-link.active {
	color: #11b568;
	background-color: #F8F9FA;
	border-bottom: 3px solid #00ff88;
}

.btn-primary-custom {
	transition: color 0.3s ease;
	font-weight: bold;
	color: #000000;
	background-color: #02C268;
}

.btn-primary-custom:hover {
	border-color: #1F1E1E;
	color: #1f1e1e;
	background-color: #02C268;
}

.form-control:focus {
	border-color: #00BCD4;
	box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}