* {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	font-family: "Gelion", sans-serif;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

.container {
	width: 100%;

	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	background-image: url("./assets/main-bg1.png")
		
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.header-p {
	display: flex;
	justify-content: center;
}

.header-prap {
	font-size: 1.5em;
	max-width: 370px;
	text-align: center;
}

.form-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	padding: 40px;
	background-color: #fff;
	border-radius: 30px;
}

.form-label {
	margin-top: 20px;
}

.form-input {
	width: 100%;
	height: 30px;
	border-radius: 15px;
	padding: 10px;
	border: 1px solid #ccc;
}



.checkbox-container {
	background-color: #000;
	width: 80px;
	border-radius: 15px;
	padding: 10px;
	color: #fff;
}

.form-select {
	width: 50%;
	height: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 0px 10px;
}

.form-button {
	margin-top: 30px;
	width:  300px;
	height: 60px;
	border-radius: 30px;
	border: none;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #8C8D8E;
}

.line-footer-container {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.line-footer-container img {
	width:  70%;
}