﻿/* Definicion de estilos de adaptacion grafica */

.login-body .login-panel { 
	width: 100%; 
	height: 400px; 
	position: absolute; 
	margin-bottom: 0; 
	border-radius: 0; 
	bottom: 0; 
	text-align: center; 
	background-color: #292b2c; 
	background-image: url("../img/logo-feder.png");
	background-position: bottom left; 
	background-size: 300px; 
	background-repeat: no-repeat; } 