.info-icon {
display: inline-block;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
border-radius: 50%;
background-color: #007bff;
color: white;
font-weight: bold;
cursor: pointer;
margin-left: 6px;
font-size: 14px;
}

.registro-info {
display: inline-block;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
border-radius: 50%;
background-color: #007bff;
color: white;
font-weight: bold;
cursor: pointer;
margin-left: 6px;
font-size: 14px;
}

.tooltip-box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 320px;
	background-color: #f1f1f1;
	color: #333;
	padding: 12px;
	border: 1px solid #007bff;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	z-index: 100;
	display: none;
}

.tooltip-box p {
	margin: 0 0 10px;
	font-size: 14px;
}

.tooltip-box .close-btn {
	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 14px;
	color: #888;
	cursor: pointer;
}

.password-label-container {
	position: relative;
	display: inline-block;
	justify-content: flex-start;
}

.enlace-lopd {
color: #007BFF;
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}

.enlace-lopd:hover {
color: #0056b3;
}