#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;
}


/*
#logo-panel_outer {

  top: 75%;
}

@media(min-width: 768px) {
  #logo-panel_outer {
     
      top: 15%;
      left: 1.5%;
      width: 10%;
      text-align: center;
      display:flex;
      float:left;
  }
}

@media(max-width: 767px) {
  #logo-panel {
     
      width: 80%;
      margin: 0 auto;
      text-align: center;
      display:flex;
      float:left;
  }
}

*/

#logos {
	justify-content: center;
	margin-left: 4%;
	padding-left: 25%;
}

.logo-panelcolumn {
	float: left;
	width: 24%;
	padding-top: 2%;

}

/* Clearfix (clear floats) */
.logo-panelrow::after {
	content: "";
	clear: both;
	display: table;

}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
	.logo-panelcolumn {
		width: 100%;
	}
}

.image-ccpa {

	width: 80%;
	vertical-align: middle;
}

.image-tta {
	margin-left: 5%;
	width: 55%;
	vertical-align: middle;
}

.image-eea {
	width: 90%;
	vertical-align: middle;
}

.image-taw {
	width: 100%;
	vertical-align: middle;
}

.blackbar {
	height: 10px;
	width: 100%;
	display: block;
	background-color: black;

}

.officepic {

	width: 100%;
	height: 800px;
	background-image: url(../images/Academy-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	/* padding-top: 4%;
    padding-left: 5%;
    padding-right: 25%;*/
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;

}

/*
.loginpannel{
  padding-left: 1%;
  
  position: absolute;
width: 16%;
height: 60%;
  background-color: rgb(0, 0, 0);
  opacity: 85%;
}*/
.loginpannel {
	/*  padding-left: 1%;*/
	position: absolute;
	width: 18%;
	height: 60%;
	background-color: #fff;
	color: #333;
	opacity: 85%;
	box-shadow: 1px 1px 10px 10px #0d4e9c33;
}

.pannelcontent {
	
	/*bottom: 15px;
	position: absolute;
	left: 5%;*/
}

.custombtn {
	/*margin-left: 5px;
	margin-bottom: 10px;*/
	width: 48%;
	/* background-color: beige !important; */
	color:#fff !important
	
}

a:hover {
	cursor: pointer;
}

.logo_brand {
	height: 100px;
	margin-right: 20px;
	width: auto;
}


.landinghr {
	border: none !important;
	background: #e5e80bbf !important;
	background-color: rgba(229, 232, 11, 0.75) !important;
	height: 9px !important;
	width: 57% !important;
	margin-left: 8px !important;
	margin-bottom: 75px;
}

.pannelcontent {
	min-width: 320px !important;
	padding-top: 30px !important;
	padding-bottom: 15px !important;    
	padding-left: 10px;
    padding-right: 5px;
	background:#fff;
}

.loginpannel {
	min-width: 330px !important;
}

a {
	color: #333 !important;
}

.edukor_logo_brand {
	height: 80px;
    margin-right: 20px;
    width: auto;
}
.powered_by_text {
	font-size: 11px;
    color: #333333b5 !important;
}
@media only screen and (max-width: 767px) {
	/* Styles for mobile devices */
	.loginpannel {
		width: 90%;
		min-height: 65%;
	}
	.logo_brand {
		height: 80px;
		margin-right: 10px;
		width: auto;
	}
	.edukor_logo_brand {
		height: 80px;
		margin-right: 10px;
		width: auto;
	}
}