:root {
	--theme-blue: #4C5FAD;
}

body {
	color: #000
}

.h-100 {
	height: 100% !important;
}

.hero-wrap {
	position: relative;
	overflow: hidden;
}

.hero-wrap .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.hero-wrap .hero-bg {
	z-index: 0;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	transition: background-image 300ms ease-in 200ms;
}

.hero-wrap .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.microfit-login .logo img {
	max-height: none;
	margin-right: 0;
}

.microfit-login .logo {
	width: auto;
	text-align: center
}

.microfit-login #loginForm .form-control {
	border-radius: 0;
	border: 0 none;
	border-bottom: 1px solid #000;
	background: none;
	padding-left: 0;
	font-size: 15px;
}

.microfit-login #loginForm .form-control:hover,
.microfit-login #loginForm .form-control:focus {
	box-shadow: none;
	border-color: #4C5FAD
}

.microfit-login #loginForm label {
	font-weight: 600;
	color: #000
}

.login-title {
	margin: 40px 0;
	font-size: 30px;
	font-weight: 700
}

.microfit-login .logo {
	margin-bottom: 100px;
}

.login-left {
	padding-left: 100px;
}

.btn-blue-theme {
	border-radius: 50px;
	background: #4C5FAD;
	border-color: #4C5FAD;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 12px
}

.btn-blue-theme:hover {
	background: #174780;
	border-color: #174780
}

.text-forgot-link {
	font-size: 14px;
	color: #000
}

.text14 {
	font-size: 14px;
}

.microfit-login .icon-group {
	position: relative;
}

.microfit-login .icon-group .icon-inside {
	position: absolute;
	width: 50px;
	height: 54px;
	left: 0;
	top: 15px;
	pointer-events: none;
	font-size: 22px;
	color: #c4c3c3;
	z-index: 3;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.text-primary {
	color: var(--theme-blue) !important
}

.microfit-login .form-border .icon-group .form-control {
	padding-left: 30px !important;
}

.microfit-login .icon-group .icon-inside {
	color: rgba(0, 0, 0, 0.25);
	width: 30px;
	height: 52px;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: start !important;
	justify-content: start !important;
}

@media only screen and (max-width:767px) {
	.login-left {
		padding-left: 0;
		padding: 0 20px;
	}

	.microfit-login .h-100 {
		height: 150% !important;
	}

	.microfit-login .logo {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.vline {
		display: none;
	}

	.vline+span {
		display: block
	}

	.hero-wrap .hero-bg {
		background-attachment: unset;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.login-left {
		padding-left: 50px;
	}

	.vline {
		display: none;
	}

	.vline+span {
		display: block
	}
}

@media only screen and (min-width:992px) and (max-width:1023px) {
	.login-left {
		padding-left: 50px;
	}

	.vline {
		display: none;
	}

	.vline+span {
		display: block
	}
}

@media only screen and (min-width:1024px) and (max-width:1439px) {
	.login-left {
		padding-left: 50px;
	}

	.vline {
		display: none;
	}

	.vline+span {
		display: block
	}
}