#loginHolder{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
}
#loginHolder .logo{
	width: 96px;
	height: auto;
	margin:15px auto;
	display: block;
}
#loginHolder:after{
	display: block;
	content: '';
	clear: both;
}
#loginHolder .left{
	display: block;
	position: fixed;
	left: 0;
	right: 500px;
	top: 0;
	bottom: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
}
#loginHolder .right{
	display: block;
	float: right;
	width: 500px;
	float: right;
	top:0; bottom:0; height: 100%;
}
hr{ border-bottom: 1px dashed #ccc;
	height: 0;
	width: 100%;
	display: block;
	mading:0;
}
.pad{padding:25px 40px;}

.video_contain {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}

video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
}

VIDEO{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	/*
	height: inherit;
	border:2px solid blue;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100% !important;
	min-height: 100% !important;
	*/
	/*
	width: auto;
	height: auto;
	*/


	z-index: -1000;
	overflow: hidden;

	/*filter: hue-rotate(0.88turn) grayscale(0.6);*/
	/* filter: blur(1px)  grayscale(0.5); */
	/*
	filter: blur(1px);
	filter: grayscale(1);
	filter: blur(3px);
	*/
}
.overColor{
	position: absolute;
	background: rgba(98, 59, 150, 0.15);
	min-width: 100%;
	min-height: 100%;
}

/* */

@media (max-width:1024px) {
	#loginHolder .left	{ right: 360px;	}
	#loginHolder .right	{ right:360px; width: 360px; }
	.pad{padding:30px;}
}
@media (max-width:768px) {
	#loginHolder .left	{ float: none; display: none; }
	#loginHolder .right	{ float: none;  right:0; width: 100%; }
	.pad{padding:25px;}
}