@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;700&display=swap');


/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
	background-color: #848688 !important;
}


.solicitud-form{
	background-color: #fff;
	padding: 40px 30px;
	margin-top: 40px;
	border-radius: 25px;
}

.logo-size{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.header{
	margin-bottom: 30px;
}