.main-content-wrap.login-template {

	background: 

	#fff;
	width: 100%;
	height: 100vh;

}
.economic-image {
	position: relative;
	overflow: hidden;
}

.header-login {
	position: absolute;
	top: 25px;
	left: 40px;
	z-index: 10;
}
.header-login ul {
	padding: 0;
}
.ved-logo img {
	max-width: 95px;
}

.header-login ul li {
	float: left;
	margin-right: 15px;
}
.login-slogan {
	position: absolute;
	top: 50%;
	left: 40px;
	color: 
	#fff;
	z-index: 10;
	font-size: 48px;
	font-weight: bold;
	transform: translateY(-50%);

}
.bg-auth.login-auth-animation {
	height: 100vh;
	width: 100%;
	background: url(images/earth-image.jpg);
	background-image: url(images/earth-image.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: 50s ease-in infinite zoomin;
	animation: 50s ease-in infinite zoomin;
	transition: all 50s ease-in-out;
	overflow: hidden;
	z-index: 2;
}

.login-wrapper.relative {

	height: 100vh;
	overflow: hidden;
	background: 

	#fff;
	font-size: 16px;

}

.login-form-container {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.login-form-header {
	margin-bottom: 35px;
}

.login-item-input {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.login-item-input label {
	color: #8788a0;
	font-weight: normal;
	font-size: 13px;
	width: 100%;
	margin-bottom: 5px;
	line-height: 18px;
}

.login-item-input input {
	border: 1px solid 
	#8788a0;
	padding: 15px 7px;
	font-size: 13px;
	width: 100%;
	background:
	#fff;
}
.login-item-input .checkbox label {
	color: #6f7087;
	font-weight: bold;
}

.login-item-input small {
	color: #6f7087;
}

.login-item-input button {
	width: 100%;
	border-radius: 0;
	background: #437def;
	font-weight: 600;
	padding: 12px;
}

.login-item-input .checkbox input {

	width: auto;

}
.card.card-forgot-pass {
	text-align: center;
	padding: 25px;
	max-width: 500px;
	margin: 50px auto;
	overflow: hidden;
}
.card.card-forgot-pass .card-header {
	font-size: 22px;
	margin-bottom: 25px;
}

.login-employer-pane {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	left: 50%;
	min-width: 550px;
	padding: 15px;
	position: absolute;
	top: 50px;
	transform: translateX(-50%);
}
.input-group.input-group-icon {
	width: 100%;
}
.input-group.text-right {
	text-align: center;
	width: 100%;
}
.login-item-input .toggle-password {
	cursor: pointer;
	position: absolute;
	bottom: 18px;
	right: 10px;
}


@-webkit-keyframes zoomin {
	0%,
	100% {

	}
	50% {

	}
}

@keyframes zoomin {
	0%,
	100% {
	}
	50% {
		transform: scale(1.4);
	}
}

@-webkit-keyframes zoomout {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}

@keyframes zoomout {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}

@media all and (max-width: 767px) {
	.login-slogan {
		display: none;
	}
	.economic-image {
		position: relative;
		overflow: hidden;
		height: 90px;
	}
	.login-form-container {
		position: static;
		transform: none;
		margin: 25px 0;
	}
	.header-login {
		position: absolute;
		top: 10px;
		left: 40px;
		z-index: 10;
	}
}
