@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Spartan:wght@400;500&display=swap');
*{
	box-sizing: border-box;
	padding: 0;
	font-family: 'Spartan', sans-serif;
}
.header{
	/*font-size: 2px;*/
	color: #253362;
	font-weight: bold;
}
.container-fluid{
	padding: 3em;
	min-height: 100vh;
	width: auto;
	background: #ededed;
}
.link-manual{
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
}
.box-shadow{
	-webkit-box-shadow: -2px 0px 11px -3px rgba(37,51,98,0.68);
}
body{
	background-color: #ededed !important;
}
.error{
	font-weight: bold;
}
.address{
	font-size: 18px;
	font-weight: bold;
}