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

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

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

}
.Form > .con > .Button0 {
	background: rgba(247, 134, 051, 1.0);
	border-radius:  6px;
	color: rgba(255, 255, 255, 1.0);
	height:  32px;
	left:  67px;
	position:  absolute;
	text-align:  right;
	top:  81px;
	width:  192px;

}
.Form > .con > .ImgLogout {
	border-color: "";
	height:  22px;
	left:  167px;
	position:  absolute;
	top:  86px;
	width:  21px;

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

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

}
.Form > .con > .LblEmail {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	color: rgba(255, 255, 255, 1.0);
	display:  flex;
	height:  30px;
	justify-content:  flex-start;
	left:  64px;
	position:  absolute;
	top:  47px;
	width:  187px;

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

}