@font-face {
	font-family: "Inter";
	src: url("Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
	font-weight: 100 1000;
	font-style: normal;
	font-display: swap;
}

.font-inter {
	font-family: "Inter";
}

body {
	font-family: "Inter";
	height: 100%;
	color: #fff;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url("/assets/background.jpg");
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
  	background-repeat: no-repeat;
}

h1 {
	font-size: 3rem;
	font-weight: 100;
	line-height: 1.1;
}

h2 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
}

strong {
	font-weight: 600;
}

input {
	background-color: #000 !important;
	
}

footer {
	text-align: center;
	margin: 35px 0;
}

footer a {
	color: #fff;
}

.card {
	/* background-color: rgba(0,0,0,0.6); */
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: rgba(0, 0, 0, 0.6);
	padding: 2rem;
	border: 0;
}

.logo {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0;	
	text-align: center;
}

.logo img {
	max-height: 60px;
	max-width: 600px;
}

.small {
	color:#999999;
}

.tagline {
	padding: 0;
	margin: 0;
	text-align: center;
}

.wrapper {
	height: 100%;
}

.container {
	padding: 35px;
}

.legal p.indent-1 {
	padding-left: 26px;
}
.legal ul {
	list-style-type: square;
	padding-left: 15px;
}
.legal li {
	padding-left: 5px;
}


.badge {
	font-weight: normal;
	position: absolute;
	top: -30px;
	right: -45px;
	transform: rotate(10deg);
	font-size: 1.2rem;
	line-height: 1.2;
}

.language {
	position: absolute;
	top: 0;
	right: 0;
	margin: 35px 35px 0 0;
	z-index: 1000;
}

.modal-backdrop {
	opacity: 0.8 !important;
}
.modal-content {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 576px) {
	h1 {
		font-size: 2.5rem;
	}
	.logo img {
		max-width: 60%;
	}
	.badge {
		right: -20px;
	}
}

/* @media (max-width: 1100px) {
	.badge {
		right: 0px;
	}
} */
