*{font-family: "Raleway", sans-serif;}

body{
	text-align: center;
    background-image: url(../img/login/img_fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.imgFlex{
	width: 350px;
	margin-bottom: 30px;
}

.contenido{
	background-color: white;
    box-shadow: 5px 5px 25px #0000003b;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 25px;
    max-width: 600px;
}

a {
	color: #E00000;
    font-size: 26px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #E00000;
    border-radius: 999px;
    padding: 5px 15px;
    line-height: 1.25;
    display: inline-block;
	transition: all 0.4s ease-in-out;
}

a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #E00000;
}

p{
	color: #656565;
	font-size: 17px;
	font-weight: 500;
}


 div p:last-child {
	padding-top: 18px;
}

.imagen {
	margin: 0 auto;
	padding-bottom: 20px;

}

.imagen img {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: -4%;
	width: 100px;
}

.centrar {
	position: absolute;
	width: 90%;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
	.contenido{ padding-right: 10px; padding-left: 10px;}
	a{ text-align: center; font-size: 16px;}

	.imgFlex{
		width: 250px;
		margin-bottom: 20px;
	}

	.imagen img {
		width: 70px;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 600px) {
	.contenido{ padding-right: 10px; padding-left: 10px;}
	a{ text-align: center; font-size: 16px;}

	.imgFlex{
		width: 250px;
		margin-bottom: 20px;
	}
}