/* CSS Document */
body, html {
    height: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
    background-image: url("../images/back.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0px;
	font-size:16px;
	}
.wrap{
	max-width:1280px;
	margin:0 auto;
	padding:0 10px;
	
	}
.header{
	position:absolute;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	background-color:rgba(255,255,255,.7);
	top:0px;
	}
.logo{
	width:130px;
	}
.footer{
	position:fixed;
	bottom:0px;
	width:100%;
	padding: 1em 0;
	background-color:#58585a;
	text-align:center;
	font-weight:500;
	color:#fff;
	line-height:0px;
	}

.caja {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.6);
    display: inline-block;
}
.titulo{
	background-color:#58585a;
	padding:1em;
	color:#fff;
	font-weight:500;
	
	}
.campos{
		padding:1em;
	}
input[type="text"]{
	padding:.6em;
	border: 0px;
	border-radius:12px;
	margin-left:5px;
	
	}
input[type="password"] {
    padding: .6em;
    border: 0px;
    border-radius: 12px;
    margin-left: 5px;
}
.campos img{
	position:relative;
	top:8px;
	
	}
.crow{
	margin-bottom:.8em;
	display:block;
	}

.content{
	height: 100%;
	}
.tgris{
	width:100%;
	text-align:center;
	font-size:.7em;
	color:#58585a;
	line-height:0px;
	}
input[type="checkbox"] {
    position: relative;
    top: 2px;
}
input[type="button"]{	
    background-color: #ea3b30;
    font-weight: 500;
    padding: .5em 1em;
    border: 0px;
    text-align: center;
    color: #fff;
    margin: 20px 0 0 0;
}
input[type="submit"] {
    background-color: #ea3b30;
    font-weight: 500;
    padding: .5em 1em;
    border: 0px;
    text-align: center;
    color: #fff;
    margin: 20px 0 0 0;
}
.ingresa{
	width:100%;
	text-align:center;
	
	}
.olvido{
	color:#a1ebff;
	position:absolute;
	bottom:-30px;
	width:100%;
	text-align:center;
	}
.olvido a{
	color:#a1ebff;
	text-decoration:none;
	}
	
	
	
@media only screen and (max-width: 600px) {
	.wrap {
       text-align: center;
    }
	
}
	

	
	
