html{
overflow-x:hidden !important;
}
body {
background:#000;
font-family: 'Noto Sans Display', sans-serif;
overflow-x:hidden;
color: #fff;
}
.container {
	height: 100vh;
	max-width: 480px;
	position: relative;
}
#step-1 {
background:url('../img/step-1.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#step-2 {
background:url('../img/step-2.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#step-3 {
background:url('../img/step-3.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#step-4 {
background:url('../img/step-4.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#step-5 {
background:url('../img/step-5.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#step-6 {
background:url('../img/step-6.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#step-7 {
background:url('../img/step-7.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#step-8 {
background:url('../img/step-8.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#step-9 {
background:url('../img/step-9.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
.step {
	height: 100vh;
	top: 0;
	position: absolute !important;
	padding-top: 35px;
	left: 0;
}
#header {
	z-index: 1000;
	position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
    position:relative;
}
.h1, h1 {
	font-size: 1.3rem;
}
.h2, h2 {
	font-size: 1.75rem;
	font-weight: 600;
	text-shadow: 1px 1px 10px black;
}
.bg-black {
	background-color: #000000d1 !important;
}
.answers, .bg-black {
	padding: 10px;
	z-index: 1000;
	position: relative;
}
.answers::before {
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 15px solid #000000d1;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	top: 0;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}
.btn-success {
	font-size: 2rem;
	margin: 0 auto;
	width: 100%;
	cursor: pointer !important;
	font-family: 'Bakbak One', Verdana, "sans-serif";
	font-weight: bold;
	line-height: 1.1;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #228719;
border-color: #228719;
}
.btn-success:hover {
background-color: #000;
color: #228719;
}
.btn-outline-success {
	font-size: 2rem;
	margin: 0 auto;
	width: 100%;
	cursor: pointer !important;
	font-family: 'Bakbak One', Verdana, "sans-serif";
	font-weight: bold;
	line-height: 1.1;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
border-color: #228719;
	color:#fff;
}
.btn-outline-success:hover {
	color: #228719;
	background-color: #000;
	border-color: #228719;
}
b, strong {
	font-weight: 600;
}
.form-control {
	height: 50px;
	margin-left: -2px;
	font-size: 22px;
	border: 0;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.form-check-input:checked {
	background-color: #228719;
	border-color: #228719;
}
.btn-success.btn-form{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border: 0 !important;
	margin: inherit !important;
	width: 80px;
	color: #fff;
	background: #26a96c;
	height: 50px;
}
form {
	z-index: 100;
	position: relative;
	position: absolute;
	width: 100%;
	top: 0;
	left:0;
}
#footer {
	position: absolute;
	bottom: 15%;
	left: 0;
	width: 100%;
	z-index: 1000;
}
h4, h3 {
	transform: rotate(-3deg);
}
.text-success {
	color: #11a204 !important;
}

#signup_cgu {
color: #fff !important;
}
label {
	font-size: 13px;
	color: #fff;
	text-align: left !important;
	float: left;
	margin-bottom: 10px;
}
#error-login label {
	float: none !important;
}
.tab {
display: none;
}
.lead {
	font-size: 1.1rem;
}
#loader {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1000000;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 4rem;
	display:flex;

}
/* Media Queries */
@media (max-width: 991px){
.h1, h1 {
	font-size: 1.1rem;
}
.h2, h2 {
	font-size: 1.4rem;
}
.form-control {
	font-size: 20px;
}
}
















