/* Default */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Custom */

body{
	font-family: "Inter", "sans-serif";
}

.container{
	max-width: 1140px;
}

.bg-default{
	background: url(../images/background.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #19170b;
}

.bg-default-typ{
	background-image: url(../images/background-typ.jpg);
}


.header-page{
	white-space: normal;
	padding-top: 10px;
	padding-bottom: 13px;
}

.wrap-form{
	background: rgba(0, 0, 0, 0.4) !important;
	position: relative;
	z-index: 1;
	border: 2px solid #c61516;
}

.img-form{
	position: relative;
	z-index: 2;
}


/* Font Size */

.display-2 {
	font-size: 3.5rem;
}



@media (max-width: 840px) {
	.bg-default{
		background: url(../images/background-mobile.jpg);
	}

	.header-logo{
		max-width: 100px;
	}

	.display-2{
		font-size: 34px;
	}
 
 	.lead{
 		font-size: 16px;
 	}

	.wrap-form{
		top: 0;
	}
}