#fondo_login {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: start;
	align-items: center;
	background-image: url('/images/fondo_inicio.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#login {
	max-width: 360px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #455d7a;
	border-radius: 3px;
	color: #e3e3e3;
}

#login .toast {
	margin-top: .5rem;
	display: none;
}

#login #sel_empresa {
	display: none;
}

#login > .panel,
#login input,
#btn-login {
	border: 0;
}

#btn-login {
	background: #f95959;
}

#empresas {
	color: #212121
}

#logos_kit_digital {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 1rem;
}

#logos_kit_digital > img {
	height: 2.5rem;
	width: auto;
	padding: 8px;
}