#login-background {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 750px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 10%;
	background-color: #fff
}

@media(min-width: 768px) {
	#login-background {
		background-image: url(../images/Excellence-Solution_bg.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: cover
	}
}

#login-panel {
	min-width: 280px;
	padding-bottom: 10px;
	/* background-color: #000; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%
}

@media(min-width: 768px) {
	#login-panel {
		position: absolute;
		top: 15%;
		right: 1.5%;
		width: 10%
	}
}

@media(max-width: 767px) {
	#login-panel {
		position: relative;
		width: 80%;
		margin: 0 auto
	}
}

#login-panel-body {
	position: relative;
	top: 10%;
	width: 100%;
	height: 100%;
	padding-top: 0;
	padding-left: 15%;
	padding-right: 5%;
	text-align: center
}

.form-control {
	text-align: center;
}


#logos {
	justify-content: center;
	margin-left: 4%;
	padding-left: 25%;
}


.officepic {
	min-height: 800px;
	background-image: url(../images/login_bg.png);
	/*background-image: url(../images/img_card.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}


.officepic_container {
	background-image: url(../images/img_group12850_white_a700.png);
	background-repeat: no-repeat;

}


.custombtn {
	width: 48%;
	color: #fff !important
}

a:hover {
	cursor: pointer;
}

.logo_brand {
	height: 100px;
    margin-right: 10px;
    width: auto;
    padding: 5px;
}


.landinghr {
	border: none !important;
	background: #e5e80bbf !important;
	/*background-color: rgba(229, 232, 11, 0.75) !important;*/
	background-color: #5e58ff !important;
	height: 9px !important;
	width: 60% !important;
	/*margin-left: 8px !important;*/
	margin-bottom: 75px;
}



.btn-info {
	background-color: #4949e8 !important;
	border-color: #5e58ff !important;
}

.text-info {
	color: #b2b2ff !important;
}

a {
	color: #07062e !important;
}

.powered_by_text {
	font-size: 11px;
	color: #b8b8d5ed  !important;
}

.loginpannel {
	/*  padding-left: 1%;
	position: absolute;*/
	width: 18%;
	min-width: 330px !important;
	height: 60%;
	background-color: #4949e894 ;/*#fdf5ff;*/
	color: #07062e;
	border-radius: 20px;
	opacity: 85% !important;
	border:1px #0d4e9c33 solid;
	box-shadow: 1px 1px 10px 10px #0d4e9c33;
	margin: auto;
}
@media only screen and (max-width: 767px) {

	/* Styles for mobile devices */
	.loginpannel {
		width: 100%;
		min-height: 65%;
	}

	.logo_brand {
		height: 80px;
		margin-right: 10px;
		width: auto;
	}
}
