body {
	/* background-color: #243f79; */
	background: rgb(36, 63, 121);
	background: radial-gradient(
		circle,
		rgba(36, 63, 121, 1) 0%,
		rgba(68, 101, 172, 1) 50%,
		rgba(36, 63, 121, 1) 100%
	);
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	overflow: auto;
}
/* 
body:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/hexagonos.svg);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.1;
	pointer-events: none;
} */
.brandLogo {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 50px;
}
.introForm {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: auto;
	pointer-events: none;
}
.formContainer {
	width: 50%;
	height: 60%;
}
.formContainer h4 {
	color: white;
	text-align: center;
	width: 80%;
	margin: 5px auto;
	pointer-events: none;
}

form {
	margin-top: 30px;
	background-color: white;
	border-radius: 10px;
	padding: 20px;
	pointer-events: auto;
	border: 5px #49e7e3 solid;
	box-shadow: 1px 1px 20px 20px rgba(23, 139, 139, 0.356);
}
form p {
	margin: 10px 0 0 0;
	padding-bottom: 0;
}
.form-control {
	background-color: lightgray;
}
label {
	color: #54b6b1;
}
#submit {
	background-color: #243f79;
}

/* #region option:first-letter {
	text-transform: uppercase;
} */

#particles-js {
	width: 100%;
	height: 100%;
	/* background-color: #b61924; */
	background-image: url("");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1366px) {
	.brandLogo {
		position: absolute;
		top: 20px;
		left: 20px;
		height: 40px;
	}
	.formContainer {
		width: 50%;
		height: 70%;
	}
	.formContainer h4 {
		color: white;
		text-align: center;
		width: 80%;
		margin: 0px auto;
		pointer-events: none;
		font-size: 18px;
	}

	form {
		margin-top: 20px;
		background-color: white;
		border-radius: 10px;
		padding: 20px;
		pointer-events: auto;
		border: 5px #49e7e3 solid;
		box-shadow: 1px 1px 20px 20px rgba(23, 139, 139, 0.356);
	}
	form p {
		margin: 5px 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 600px) {
	.brandLogo {
		position: absolute;
		top: 20px;
		left: 20px;
		height: 40px;
	}
	.formContainer {
		width: 90%;
		height: 70%;
	}
	.formContainer h4 {
		color: white;
		text-align: center;
		width: 80%;
		margin: 0px auto;
		pointer-events: none;
		font-size: 16px;
	}

	form {
		font-size: 15px;
		margin-top: 20px;
		background-color: white;
		border-radius: 10px;
		padding: 20px;
		pointer-events: auto;
		border: 5px #49e7e3 solid;
		box-shadow: 1px 1px 20px 20px rgba(23, 139, 139, 0.356);
	}
	form p {
		margin: 5px 0;
		padding-bottom: 0;
	}
}
