html,
body {}

.vignette {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
	pointer-events: none;
	z-index: -1000;
	background-color: #e21229;
}

.fold {
	position: absolute;
	top: 0;
	right: 0;
	width: 512px;
	height: 512px;
	pointer-events: none;
	z-index: -500;
}

.fold img {
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 992px) {
	.fold img {
		max-width: 35%;
	}
}

@media (min-width: 992px) {
	header img {
		max-width: 300px !important;
	}

	header .logo img {
		max-width: 200px !important;
}
}

header {
	padding-top: 32px;
	padding-bottom: 0px;
	z-index: 9999;
}

header .title {
	padding-top: 16px;
}

header .languages {
	padding-bottom: 8px;
}

header .languages a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}

section {
	z-index: 9999;
}

.form {
	background-color: #ffffff;
	padding: 35px;
}

.form .preview {
	padding-left: 32px;
	padding-right: 32px;
}

.form-check-label {
	font-size: 0.75rem;
}

footer {
	padding-top: 32px;
	padding-bottom: 32px;
	color: #ffffff;
}

.btn {
	padding: 18px 36px !important;
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	background-image: linear-gradient(90deg, rgb(212, 162, 70), rgb(225, 186, 87) 26%, rgb(247, 220, 134) 69%, rgb(225, 186, 87) 89%), linear-gradient(90deg, rgb(212, 162, 70), rgb(225, 186, 87) 26%, rgb(247, 220, 134) 69%, rgb(225, 186, 87) 89%);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0) 2px 2px 0px 0px;
	border-color: rgba(0, 0, 0, 0) !important;
	border-width: 2px !important;
	border-radius: 10px !important;
}

.btn:hover,
.btn:focus,
.btn:active {
	border-width: 2px !important;
	border-color: rgb(212, 162, 70) !important;
	background: #ffffff !important;
}

.btn-block {
	width: 100%;
}