#select-file{
	cursor: pointer;
}

.banner	{
	background: url('/template/assets/images/auth/Login_bg.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;

}
.subtle-dark{
	background: #0000008a;
	z-index: 2;
	position: relative;
	padding: 100px 0;
}

#bannervideo{
	position: absolute;
	z-index: 1;
	top: -1000px;
	right: 0;
	bottom: 0;
	min-width: 100%;
	height: auto;
}