/*=============================================
PÁGINA INGRESO Y REGISTRO
=============================================*/

.ladoUsuarios{
	overflow-y:hidden;
}

.fotoIngreso{
	background: url(../img/plantilla/frutas.jpg);
}

.fotoRegistro{
	background: url(../img/038.png);
}

.fotoIngreso, .fotoRegistro{
	position:relative;
	background-size: cover;
	background-position:center top;
	background-attachment:fixed;
	height:100vh;
}

.fotoIngreso::before, .fotoRegistro::before{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background:rgba(0,0,0,.5);
}

.ladoUsuarios .btnRegresar{
	position:absolute;
	right:2%;
	top:2%;
	padding:5px 20px;
	font-size:15px;	
}

.fotoIngreso .btnRegresar, .fotoIngreso .btnRegresarMovil{
	background:#A17A8C;
}

.fotoRegistro .btnRegresar, .fotoRegistro .btnRegresarMovil{
	background:#A1B287;
}

.ladoUsuarios .redesSociales{
	position:absolute;
	right:2%;
	bottom:0;
}



label[for="politicas"] span{
	display:inline-block;
	width:25px;
	height:25px;
	background:#E9ECEF;
	vertical-align:middle;
	border-radius:100%;
	border:1px solid #aaa;
	cursor:pointer;
}
input[type="checkbox"]:checked + label[for="politicas"] span{
	background:url(../img/check.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:1px solid #fff;
}

input[type="checkbox"]:checked span{
	background:url(../img/check.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:1px solid #fff;
}


