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

}
.Form > .con{
	background: rgba(142, 141, 146, 1.0);
	position:  relative;
	left:  0px;
	top:  0px;
	width:  1920px;
	height:  920px;
	overflow:  hidden;

}
.Form > .con > .lblBack {
	align-content:  center;
	align-items:  center;
	border-radius:  10px;
	border-width:  1px;
	display:  flex;
	height:  800px;
	justify-content:  flex-start;
	left:  56px;
	position:  absolute;
	top:  59px;
	width:  1800px;

}
.Form > .con > .lblLoginTitle {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	color: rgba(255, 255, 255, 1.0);
	display:  flex;
	height:  98px;
	justify-content:  center;
	left:  836px;
	position:  absolute;
	top:  230px;
	width:  248px;

}
.Form > .con > .lblSubTitle {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  50px;
	justify-content:  center;
	left:  760px;
	position:  absolute;
	top:  353px;
	width:  400px;

}
.Form > .con > .edtId {
	display:  flex;
	height:  50px;
	left:  760px;
	position:  absolute;
	top:  455px;
	width:  400px;

}
.Form > .con > .edtPW {
	display:  flex;
	height:  50px;
	left:  760px;
	position:  absolute;
	top:  520px;
	width:  400px;

}
.Form > .con > .btnLogin {
	border-radius:  6px;
	color: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  760px;
	position:  absolute;
	top:  618px;
	width:  400px;

}
.Form > .con > .imgLogo {
	border-color: "";
	height:  80px;
	left:  860px;
	position:  absolute;
	top:  730px;
	width:  200px;

}
.Form > .con > .imgId {
	border-color: "";
	height:  50px;
	left:  760px;
	position:  absolute;
	top:  455px;
	width:  50px;

}
.Form > .con > .imgPw {
	border-color: "";
	height:  50px;
	left:  760px;
	position:  absolute;
	top:  520px;
	width:  50px;

}
.Form > .con > .lblErr {
	align-content:  center;
	align-items:  center;
	border-radius:  20px;
	border-width:  0px;
	display:  flex;
	height:  65px;
	justify-content:  center;
	left:  342px;
	position:  absolute;
	top:  952px;
	width:  597px;

}