
body{
	height:100%;
	overflow:hidden;
}

.btn-forget:hover{
	color:white;
}

.space{
	padding-right:0px !important;
	padding-left:0px !important;
}

@media(max-width: 768px) and (min-width: 320px) {
	.tagline-respo{
		margin-top:-32px !important;
	}
}
@media(max-width: 1024px) and (min-width: 769px) {
	.tagline-respo{
		margin-top:-60px !important;
	}
}
@media(max-width: 1440px) and (min-width: 1025px) { 
	.tagline-respo{ 
		margin-top:-90px !important;
	} 
} 
	
.logo1-p{
	padding:0px !important;
}
.bg-right{
	background-image: url(../images/Background-1.png);
}

.login-frm{
	padding: 20px !important;
}
.m-b-20 {
    margin-bottom: 20px;
}
.login_box{
	margin: auto;
    margin-top: 90%;
}
.btn-forget{
	color: #fff;
    background-color: #bb211e;
    border-color: #bb211e;
	border-radius: 0px !important;
	font-weight: bold;
}
.input-group-addon{
	color: #fff !important;
    background-color: #bb211e !important;
}

	
@media(max-width: 768px) and (min-width: 320px) {
	.left_img{
		width:100%;
		height:650px !important;
	}
}
.left_img{
	width: 100%;
}	

.login-btn{
	background-color:#fca12f;
	border-color:#fca12f;
}
.login-btn:hover{
	background-color:#fca12f;
	border-color:#fca12f;
}
.logo2{
	background-image:url('logos.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width:100%;
}
.bg_respo{
	background-image: url('../images/backgound-1.png');
	height:-webkit-fill-available;
	margin-top: 20%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.errmessage {
	font-size:13px;
	color:#dd4b39 !important;
	font-family:Calibri, verdana,Arial, Helvetica, sans-serif;
}