.Form {
	position:  absolute;
	left:  0px;
	top:  0px;
	width:  270px;
	height:  140px;
	overflow:  hidden;

}
.Form > .con{
	background: rgba(000, 000, 000, 1.0);
	position:  relative;
	left:  0px;
	top:  0px;
	width:  270px;
	height:  140px;
	overflow:  hidden;

}
.Form > .con > .LblBG {
	align-content:  center;
	align-items:  center;
	border-color: rgb(151, 151, 151);
	border-radius:  10px;
	border-style:  solid;
	border-width:  1px;
	box-sizing:  border-box;
	color: rgba(105, 133, 183, 1.0);
	display:  flex;
	height:  140px;
	justify-content:  flex-start;
	left:  0px;
	position:  absolute;
	top:  0px;
	width:  270px;

}
.Form > .con > .Button0 {
	border-radius:  6px;
	height:  32px;
	left:  140px;
	position:  absolute;
	top:  52px;
	width:  120px;

}
.Form > .con > .ImgLogout {
	border-color: "";
	height:  22px;
	left:  144px;
	position:  absolute;
	top:  57px;
	width:  20px;

}
.Form > .con > .ImgUser {
	border-color: "";
	border-radius:  1px;
	height:  30px;
	left:  12px;
	position:  absolute;
	top:  11px;
	width:  30px;

}
.Form > .con > .LblNamePos {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  30px;
	justify-content:  flex-start;
	left:  64px;
	position:  absolute;
	top:  12px;
	width:  155px;

}
.Form > .con > .ImgClose {
	border-color: "";
	height:  30px;
	left:  230px;
	position:  absolute;
	top:  9px;
	width:  30px;

}
.Form > .con > .BtnSet {
	height:  32px;
	left:  228px;
	position:  absolute;
	top:  95px;
	width:  32px;

}