.login-section-wrapper {
	margin-top: 21vh;
}

.container-title {
	text-align: center;
	margin-bottom: 30px;
}

.subtitle-container {
	margin-bottom: 4px;
}

.input-container {
	margin-bottom: 20px;
}

.h4-semibold-dark {
	color: var(--purple-black, #4C487B);
	text-align: left;
	font-family: var(--font-family-headlines);
	font-size: 20px !important;
	font-style: normal;
	font-weight: var(--font-weight-semibold);
	line-height: normal;
}

.normal-medium-dark {
	color: var(--purple-black, #4C487B);
	font-family: var(--font-family-body);
	font-size: 16px;
	font-style: normal;
	font-weight: var(--font-weight-medium);
	line-height: normal;
}

.email-p {
	margin-top: .5rem !important;
    margin-bottom: .5rem !important;
	display: inline-flex;
	gap: 5px;
}

.info-icon-svg {
    width: 21px; /* Ajusta según necesites */
    height: auto;
    vertical-align: middle;
}

@media (max-width: 768px) {
	.login-section-wrapper {
		margin-top: 18vh;
	}
}

@media (max-width: 354px) {
	.login-section-wrapper {
		margin-top: 22vh;
	}
}

.inner-app-login-wrapper {
	padding: 0 1.5rem;
}

@media (max-width: 768px) {
	.inner-app-login-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

.container-acception {
	margin-top: 20px !important;
	margin-bottom: 50px !important;
}

#connectOrLoginBtnsWrapper {
	margin-right: 3rem;
	margin-left: 3rem;
	margin-bottom: 50px;
	margin-top: 50px;
	gap: 15px;
}

@media (max-width: 768px) {
	#connectOrLoginBtnsWrapper {
		margin-right: 0;
		margin-left: 0;
	}
	.tittle-signup {
		font-size: 24px;
	}
	.btn-medium {
		width: 100%;
	}
}

@media (max-width: 1080px) {
	.app-login-wrapper {
		order: 1 !important;
		width: -webkit-fill-available;
		width: -moz-available;
	}

	.img-login-wrapper {
		order: 0 !important;
	}
}

.dropdown-menu.show {
	z-index: 9999 !important;
}

.show-hide-password:hover {
	cursor: pointer;
}