.text-white {
	color: "white";
}

.form-div {
	max-width: 300px;
}

.login-border {
	border-left: 3px solid var(--bs-primary);
}

.login-col {
	justify-content: flex-start !important;
}

.login-link {
	text-decoration: underline;
	font-size: 15px;
	text-align: center;
}

.iniciar-sesion {
	width: 80%;
}

.logo {
	display: block;
	margin-left: 30%;
	margin-right: auto;
	margin-top: 150;
	margin-bottom: 150;
	max-width: 70%;
}

.logo-small {
	height: 148px;
}

.logo-div {
	display: grid;
	align-items: center;
	min-height: 50%;
	justify-content: center;
}

.register-form {
	display: none;
}

.register-logo {
	margin-left: 30%;
}

.link-ref {
	color: var(--bs-light-gray) !important;
	text-decoration: underline;
}



@media ( max-width : 1100px) {
	.form-div {
		max-width: 70%;
	}
	.logo {
		margin-left: 20%;
	}
	.login-col {
		justify-content: center !important;
		padding-left: 0;
		padding-right: 0;
	}
	.recuperar-contraseņa {
		text-align: left;
	}
	.register-form {
		display: block;
	}
	.register-logo {
		display: none;
	}
}

@media ( max-width : 576px) {
	.form-div {
		max-width: 90%;
		justify-content: center !important;
	}
	.logo {
		display: none;
	}
}

@media ( max-width : 992px) {
	.login-border {
		border-left: 0;
	}
	.logo {
		margin-left: auto;
		margin-right: auto;
		margin-top: 170;
		margin-bottom: 0;
	}
	.logo-div {
		min-height: 20%;
	}
}