.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 > .LkformContents {
	border-color: var(--c-085);
	border-style:  solid;
	box-sizing:  border-box;
	height:  920px;
	left:  0px;
	position:  absolute;
	top:  0px;
	width:  1920px;

}