@font-face {
	font-family: 'Karla';
	src: url('/Assets/fonts/Karla-Regular.ttf');
	font-weight: normal;
}
@font-face {
	font-family: 'Karla';
	src: url('/Assets/fonts/Karla-Bold.ttf');
	font-weight: bold;
}
body {
	background-color: #fff;
	font-family: 'Karla', sans-serif;
}
.intro-section {
    background: url(../../../Assets/images/Dashboard-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 75px 95px;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #ffffff;
    background-position: bottom;
}
.intro-content-wrapper {
	width: 371px;
	max-width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
.intro-content-wrapper .intro-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 18px;
}
.intro-content-wrapper .intro-text {
	font-size: 14px;
	line-height: 1.29;
	color: #ffffff;
}
.intro-section-footer p {
	font-size: 14px;
	color: #ab3b38;
	margin-bottom: 0;
}
.form-section {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.login-wrapper {
	width: 410px;
	max-width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
.login-wrapper .form-control {
	min-height: 55px;
	border: 0;
	border-radius: 4px;
	font-size: 15px;
	background-color: #f4f4f4;
	padding: 19px 25px 18px;
	margin-bottom: 18px;
}
.login-wrapper .form-control::-webkit-input-placeholder {
	color: #919aa3;
}
.login-wrapper .form-control::-moz-placeholder {
	color: #919aa3;
}
.login-wrapper .form-control:-ms-input-placeholder {
	color: #919aa3;
}
.login-wrapper .form-control::-ms-input-placeholder {
	color: #919aa3;
}
.login-wrapper .form-control::placeholder {
	color: #919aa3;
}
.login-title {
	font-size: 26px;
	color: #0d2366;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.login-check-box {
	padding-left: 33px;
	margin-bottom: 23px;
}
.login-check-box .custom-control-label::before {
	width: 20px;
	height: 20px;
	border: solid 1px #d5dae2;
	left: -33px;
	top: 0px;
	background-color: transparent;
}
.login-check-box .custom-control-label::after {
	left: -33px;
	width: 20px;
	height: 20px;
	top: 0;
}
.login-btn {
	padding: 12px 30px 11px 31px;
	border-radius: 4px;
	background-color:#9f241c;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
}
.login-btn:hover {
	border: 1px solid #9f241c;
	background-color: transparent;
	color: #9f241c;
}
.forgot-password-link {
	font-size: 14px;
	color: #919aa3;
}
footer{
	position: fixed;
    bottom: 0;
    width: 98%;
    margin: 0 auto;
}
.powerdby{
	font-size: 14px;
	margin-bottom: 0px;
	color: #9E9E9E;
	text-align: right;
}
.powerdby a{
	color: #9f281b;
}
.login-wrapper-signup-text {
	font-size: 18px;
	color: #000;
	padding-top: 50px;
	width: 410px;
	max-width: 100%;
}
.login-wrapper-signup-text a {
	color: #240aad;
}
@media (max-width: 991px) {
	.intro-section {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 767px) {
	.login-check-box {
		margin-bottom: 10px;
	}
	.intro-section {
		padding: 28px;
	}
	.brand-wrapper {
		margin-bottom: 35px;
	}
	.form-section {
		padding: 35px;
	}
	.intro-section-footer p, .powerdby{
		text-align: center;
		color: #9E9E9E;
	}
}
@media (max-width: 575px) {
	.intro-section {
		min-height: auto;
	}
	.intro-section-footer {
		margin-top: 35px;
	}
	.form-section {
		padding: 26px;
	}
	.login-wrapper {
		width: 100%;
	}	
	footer{
		position: static;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1600px){
	.login-wrapper{
		zoom: 1.115;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1800px){
	.login-wrapper{
		zoom: 1.260;
	}
}

@media screen and (min-width: 1800px) and (max-width: 2000px){
	.login-wrapper{
		zoom: 1.350;
	}
}

@media screen and (min-width: 2000px) and (max-width: 2200px){
	.login-wrapper{
		zoom: 1.510;
	}
}

@media screen and (min-width: 2200px) and (max-width: 2400px){
	.login-wrapper{
		zoom: 1.590;
	}
}

@media screen and (min-width: 2400px) and (max-width: 2600px){
	.login-wrapper{
		zoom: 1.590;
	}
}

@media screen and (min-width: 2600px) and (max-width: 2700px){
	.login-wrapper{
		zoom: 1.590;
	}
}

@media screen and (min-width: 2700px) and (max-width: 2800px){
	.login-wrapper{
		zoom: 1.990;
	}
}