.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
html, body {
	background-image: url('../imagenes-login/bg_login1.jpg');
	background-position: center;
	background-size: cover;
	height: 100vh;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.footsns{
    position: absolute;
    bottom: 0;
    z-index: 99;
    border-bottom: 2em solid #2d2d2d !important;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    padding: .4em 0;
}
.footsns figure{
    display: none;
    vertical-align: middle;
    width: 9em;
    margin: 0 1.5em;
}
.footsns figure img {
    width: 100%;
    height: auto;
    display: block;
}
.login-form{
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 350px;
	width: calc(100% - 40px);
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.login-form input{
	background-color: #fafafa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #eee;
	box-shadow: none;
	color: rgba(0,0,0,0.6);
	display: block;
	font-family: inherit;
	font-size: 14px;
	height: 30px;
	padding: 3px 8px;
	width: 100%;
	max-width: calc(100% - 18px);
}
.login-form .btn-login{
	background-color: #4cb6e1;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 3px 8px;
	width: 100%;
	margin: 0 auto;
	text-transform: uppercase;
}
.login-form .caja{
	margin: 0 0 10px 0;
}
.login-form .caja p{
	margin: 0;
	color: #ffffff;
	font-size: 14px;
}
.login-form .texto-header{
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.login-form .texto-header svg{
	width: 100%;
	height: auto;
	display: block;
}
.msg_error_login{
	color: #F00;
	font-size: 12px;
	text-align: center;
}
.tabla{
	display: table;
	width: 100vw;
	height: 100vh;
	overflow: auto;
}
.tabla .celda{
	display: table-cell;
	vertical-align: middle;
}
@media (min-width: 768px){
	.fondo-triangulos{
		background-image: url('../imagenes-login/bg_triangulos.png');
		background-position: center;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 2;
	}
	.footsns figure {
		display: inline-block;
	}
}