.simpleNavBar{
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	height: 75px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background-color: rgba(245, 245, 245, 1.0);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.simpleNavBar .image{
	height: 50px;
	line-height: 75px;
	display: block;
	margin: auto;
	margin-left: 15px;
}


.simpleNavBar .image img{
	height: 100%;
}

.form{
	width: 40%;
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.form h2{
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #031d33;
	font-weight: 700;
	text-align: center;
}

.form .inputs{
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form select{
	width: 90%;
	height: 60px;
	padding-left: 5%;
	padding-right: 5%;
	display: block;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid rgba(70, 70, 70, 1.0);
	border-radius: 12px;
	text-align: left;
	font-size: 16px;
	color: #031d33;
	font-weight: 500;
	cursor: pointer;
}

.form .inputsRow{
	width: 90%;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	margin-bottom: 20px;
}


.form .inputs input{
	width: 90%;
	height: 60px;
	padding-left: 5%;
	padding-right: 5%;
	display: block;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid rgba(70, 70, 70, 1.0);
	border-radius: 12px;
	text-align: left;
	font-size: 16px;
	color: #031d33;
	font-weight: 500;
	cursor: pointer;
}

.form .inputsRow input{
	width: 20px;
	margin-left: 10px;
}

.form .inputsRow label{
	display: block;
	margin: auto;
	margin-left: 40px;
	margin-right: 10px;
}

.forgotPassword{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 16px;
	color: #2fa5ff;
	margin-top: 20px;
	margin-bottom: 40px;
}

.buttonForms1{
	width: 100%;
	height: 60px;
	background-color: #00af6f;
	color: #ffffff;
	transition: 0.3s all ease;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 12px;
	font-size: 22px;
	border: none;
	cursor: pointer;
}


.buttonForms1:hover{
	background-color: #35f3ad;
	color: #000000;
}

.buttonForms2{
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0);
	color: #00af6f;
	transition: 0.3s all ease;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid #00af6f;
	font-size: 22px;
	border-radius: 12px;
	cursor: pointer;
}


.buttonForms2:hover{
	background-color: #35f3ad;
	color: #000000;
}

.formText1{
	display: block;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #031d33;
	margin-top: 20px;
	margin-bottom: 20px;
}

.formText2{
	display: block;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	color: #031d33;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media (max-width: 800px){
	.form{
		width: 90%;
		display: block;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
