
body {
	width: 100vw;
	height: 100vh;
	
	background-image:url("../../assets/images/propuesta_fondo_2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

input{
	margin-top: 15px;
}

.contenedor {
	width: 100vw;
    height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content:center;
	
}

.panel {
	box-shadow: 5px 8px 5px rgba(50, 50, 50, 0.5);
	margin:20px;
}

.logo-bottom {
	max-height: 80px;
}

.titulo {
	color: #6F7173 !important;
	font-size: 3.5vw;
}
.subtitulo {
	color: #6F7173 !important;
	font-size: 2vw;
}

.texto {
	color: #6F7173 !important;
}

.texto-mediano {
	color: #6F7173 !important;
	font-size: 1.5vw;
}

#colEscudo {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content:center;
}

#btnRow{
	margin-top:10px;
}

#escudo {
	max-width: 20vw;
}