.Form {
	position:  absolute;
	left:  0px;
	top:  0px;
	width:  1920px;
	height:  920px;
	overflow:  hidden;

}
.Form > .con{
	background: var(--c-042);
	position:  relative;
	left:  0px;
	top:  0px;
	width:  1920px;
	height:  920px;
	overflow:  hidden;

}
.Form > .con > .imgLogo {
	height:  120px;
	left:  20px;
	position:  absolute;
	top:  20px;
	width:  260px;

}
.Form > .con > .btnUser {
	height:  40px;
	left:  1866px;
	position:  absolute;
	top:  11px;
	width:  40px;

}
.Form > .con > .grdList {
	border-bottom:  0px solid rgb(165, 165, 165);
	border-left:  0px solid rgb(165, 165, 165);
	border-right:  0px solid rgb(165, 165, 165);
	border-top:  0px solid rgb(165, 165, 165);
	box-sizing:  border-box;
	height:  540px;
	left:  170px;
	overflow:  hidden;
	position:  absolute;
	top:  250px;
	width:  1540px;

}

.Form > .con > .lblFir {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  50px;
	justify-content:  flex-start;
	left:  10px;
	position:  absolute;
	top:  800px;
	width:  700px;

}
.Form > .con > .lblSec {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  50px;
	justify-content:  flex-start;
	left:  10px;
	position:  absolute;
	top:  860px;
	width:  700px;

}