.buttonQuestions{
	/*background-color:#2e4c83;*/
}

.formContent input[type="checkbox"]{
	width: auto;
	margin-right: 10px;
	display: unset;
}

.formContent input[type="text"]{
	width: 100% !important;
}

.formContent input[type="email"]{
	width: 100% !important;
}

.formContent textarea{
	width: 100% !important;
}

.formContent p{
	text-align: justify;
	padding-right: 0px;
}

.formContent .categoryHeader{
	font-size:16px;
	font-weight: bolder;
	margin-bottom:15px;
	margin-top:15px;
	display: inline-block;
}

.formContent label{
	
	display: unset;
}

.buttonJoinNow p:hover{color:#f9b233; text-decoration: none;}


.buttonJoinNow p{
	color: white;
    background-color: #7c7c7c;
    padding-left: 10px;
    padding-right: 10px;
	text-align: center;
	font-size: 16pt;
	width:97%;
	text-decoration: none;
}

	@media (max-width:768px){
		.buttonJoinNow p{
			width:91%;
		}
	}
	@media (max-width:480px){
		.buttonJoinNow p{
			width:85%;
		}
	}

	@media (max-width:320px){
		.buttonJoinNow p{
			width:85%;
		}
	}

.buttonQuestions p{
	color: white;
    background-color: #2e4c83;
    padding-left: 10px;
    padding-right: 10px;
	text-align: center;
	font-size: 16pt;
	width:97%;
	text-decoration: none;
}

	@media (max-width:768px){
		.buttonQuestions p{
			width:91%;
		}
	}
	@media (max-width:480px){
		.buttonQuestions p{
			width:85%;
		}
	}

	@media (max-width:320px){
		.buttonQuestions p{
			width:85%;
		}
	}
	

.buttonQuestions p:hover{color:#f9b233; text-decoration: none;}

.bgSite {
    background-color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 768px;
    background-position: 50% 50%;
}

/* 
.bgSite{ background-image: url(/public/web/images/background-aeroforce.jpg); background-attachment:fixed; background-size: cover; background-repeat:no-repeat; min-height: 768px; background-position: 50% 50%; }


.bgSite{ background-color: #ebebeb; background-attachment:fixed; background-size: cover; background-repeat:no-repeat; min-height: 768px; background-position: 50% 50%;}
*/