body {
	margin: 0;
	padding: 0;
}
.iGroup {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px 10%;
	position: static;
	width: 80%;
	margin-bottom: 2vh;
	flex: none;
	order: 1;
	flex-grow: 0;
}
.fxd {
	display: block;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	line-height: 34px;
	color: #0065b1;
}
.lbl {
	position: static;
	left: 0px;
	right: 0px;
	top: 0%;
	bottom: 73.68%;
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 2vh;
	line-height: 20px;
	color: #0b1f33;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	margin: 4px 0px 1vh 0px;
}
.ipt {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 16px;
	position: static;
	width: 100%;
	height: 4vh;
	left: 0px;
	top: 0px;
	border: 2px solid rgba(91, 91, 91, 0.3);
	box-sizing: border-box;
	border-radius: 4px;
	flex: none;
	order: 0;
	flex-grow: 0;
}
.iCnt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	position: static;
	width: 100%;
	height: 4vh;
	left: 0px;
	top: 24px;
	flex: none;
	order: 1;
	flex-grow: 0;
	margin: 4px 0px;
}
.btnSub {
	color: #ffffff;
	padding: 0 10%;
	position: static;
	width: 100%;
	height: 7vh;
	background: #5b5b5b;
	border-radius: 8px;
	margin: 32px 0 22px 0px;
	cursor: pointer;
}
.iTxt {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 2vh;
}
.root {
	width: 100%;
	height: 100vh;
	background-image: url(../images/fone.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
