/*
 # ########*###########################
 Autor: José Luis Rodriguez
 Mail: jrodriguez@bincodex.com
 Web: https://bincodex.com
 Fecha: 2026-07-02 11:28:49
 Archivo: index.css
 Codificación: UTF-8
 Editado en: Kate 25.04.3
 ####################################
 */




/* --------- INDEX ---------- */
.main_index {
	border: 0px solid red;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-app {
	background: url('../img/logo.png?v=1');
	background-size: cover;
	width: 200px;
	height: 60px;
}

.main_index form {
	border: 0px solid red;
	max-width: 320px;
	max-height: 320px;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
}

.item-input {
	border: 0px solid red;
	padding: 10px;
	margin: 10px;
	text-align: center;
}


.lgn-usr {

}


.lgn-pss {

}

.lgn-btn {

}


.ctn-logout {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.btn-logout-1 {

}


