@import url("./global.css");

.login-header {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url('../../img/newIcons/iconos-header-login.svg');
	background-size: contain;
	background-repeat: repeat;
}

.login-header-atras-logo {
	height: 20px;
	margin-inline: 20px;
}

.login-header-logo {
	height: 100%;
	margin-inline: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.login-header-logo-new {
	height: 25px;
	margin: 5px;
}

.login-header-logo-text {
	height: 15px;
}

.login-body {
	height: calc(100% - 70px);
	width: 100%;
}

.login-body-content {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 15px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.login-body-content form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-body-content-title {
	color: #aa0f16;
	font-weight: 500 !important;
	margin-block: 0px 10px;
	text-align: center;
}

.login-body-content input {
	width: 90%;
	max-width: 220px;
	height: 30px;
	margin: 20px 5px 0px 5px;
	border-radius: 5px;
	border: 1px solid #bfbfbf;
	font-size: 18px;
	padding-inline: 10px;
	z-index: 2;
}

.login-body-content input::placeholder {
	color: #000;
}

.login-body-content-recuperar {
	width: 100%;
	max-width: 220px;
	text-align: right;
	color: #00a2e8;
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: 10px;
	z-index: 2;
}

.login-body-content-ingresar {
	width: 90%;
	max-width: 220px;
	height: 35px;
	font-size: 18px;
	color: #aa0f16;
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #aa0f16;
	margin-top: 40px;
	z-index: 2;
}

.login-body-content-ingresar:hover {
	background: #aa0f16;
	color: #fff;
	cursor: pointer;
}

.login-body-content-registro {
	text-align: center;
	font-size: 14px;
	padding-inline: 5px;
	z-index: 2;
}

.login-body-content-registro-link {
	color: #00a2e8;
	text-decoration: none;
	font-weight: 500;
}

.login-footer-graph {
	z-index: 1;
}

.login-footer-graph {
	position: absolute;
	left: 20px;
	bottom: 0px;
}

.login-footer-circuito {
	height: 11em;
}

@media (max-width: 768px){
	.login-body-content{
		padding-bottom: 7.3em;
	}
}