:root {
	--btn-blur: #0EA8D1;
	--btn-orange: #de573a;
}




.btn-aqua {
	color: #fff;
	background-color: #2AA486;
	border-color: #238f74;
}

.btn-aqua:hover {
	color: #fff;
	background-color: #238f74;
	border-color: #2AA486;
}

#login.bg-login {
	background-image: url("bg.jpg");
	background-position: 100% 100%;
	min-height: 90vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


#login > div > div.content.col-12.col-md-4.p-5.vertical-align > header > p:nth-child(2){
	text-transform: uppercase !important;
}

.vertical-align {
	position: absolute;
	top: 5%;
}

@media only screen and (max-width: 768px) {
	#login.bg-login {
		background: #E0E0DD;
		padding: 0;
		min-height: auto;
	}

	.vertical-align {
		position: initial;
		top: initial;
	}

	body {
		background: #E0E0DD;
	}

	.bg-img img {
		width: 100%;
	}
}
































#login.background .img-acceso img {
	width: 100%;
	padding-top: 3em;
}

#login .login-text {
	margin-top: 3em;
	color: var(--bs-dark) !important;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 42%;
	transform: translate(-50%, -50%);
	color: white;
}

#login .login-text h1 span {
	color: var(--bs-red) !important;
}

#login .login-text h1 {
	text-transform: uppercase;
}

#login .login-text input,
#login .login-text select {
	padding: 5px;
	margin: 10px 0px;
	width: 280px;
	border: none;
	box-shadow: 1px 6px 5px #5555;
}

#login .login-text input[type="checkbox"] {
	width: 15px;
}

#login .login-text select {
	position: relative;
	float: right;
	clear: both;
}

#login .login-text button,
#login .login-text a {
	box-shadow: 0px 4px 5px #5555;
	border: none;
}

#login .login-text label {
	padding: 30px;
}

footer {
	background-image: url(../footer.jpg);
	color: #fff;
	padding: 15px;
	--bs-gutter-x: 0rem !important;
}

footer .text {
	margin-top: 3%;
}

footer img {
	max-width: 100%;
	max-height: 100px;
}

#login .login-text .header img {
	display: none;
}

#login .login-text .content .btn-teal {
	background-color: var(--bs-teal);
	color: var(--bs-white);
}

#login .login-text .content .btn-orange {
	background-color: var(--btn-orange);
	color: var(--bs-white);
}


#login .login-text a {
	color: var(--bs-gray-800);
	text-decoration: none;
	font-weight: 600;


}

@media only screen and (max-width: 768px) {
	footer {
		text-align: center;
		padding: 5px;
		background-size: cover;
	}

	footer img {
		max-width: 100%;
		max-height: 65px;
	}
}

@media only screen and (max-width: 425px) {
	#login .login-text .header img {
		width: 100%;
		display: inline-block;
		padding: 0 !important;
	}

	#login .content header {
		padding: 15px;
	}

	#login .content header h2 {
		font-size: 20px !important;
	}

	#login.background {
		background: none;
		margin-bottom: 8em;
	}

	#login .login-text {
		margin-top: 0em;
		text-align: center;
		top: inherit;
		left: initial;
		transform: initial;
		color: white;
	}

	#login .login-text label {
		display: block;
	}

	#login.background .img-acceso img {
		display: none;
	}

	footer {
		text-align: center;
		padding: 3px;
	}

	footer div:nth-child(1) {
		width: 13%;
		padding-top: 10px;
	}

	footer div:nth-child(2) {
		font-size: 9px;
		width: 59%;
		text-align: left;
		padding: 0px 10px;
	}

	footer div:nth-child(3) {
		width: 28%;
		padding-top: 10px;
	}


}











/**
* Nuevos estilos
*/
.txt-red{
	color: #eb1717;
}
.no_underline{
	text-decoration: none;
}
.femsa-logo{
	width: 120px;
	height: auto;
}
.fs-small{
	font-size: 12px;
}
#login.bg-login-2023 {
	background-image: url("2023_bgcolor.png"), url("2023_bg.png");
	background-position: center, center;
	min-height: 100vh;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	position: relative;
}
@media only screen and (max-width: 768px) {
	#login.bg-login-2023 {
		background: #E0E0DD;
		background-image: initial;
		padding: 0;
		min-height: auto;
	}
}
footer.bg-color-2023 {
	background-color: #6A686B !important;
	background-image: initial;
	color: #fff;
	padding: 15px;
	--bs-gutter-x: 0rem !important;
}