	body{
font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height:24px;
	 
}

.login-page{
	background:url(../images/login-bg.png);
	height:100%;
	position:fixed;
	width:100%;
	margin:0 auto;	
}

.logo-img{
	height:90px;
}


.left-side-block{
	background:#FFF;
	padding:50px;
	height:100%;
	position:fixed;
	  width:40%;
	    box-shadow: 0px 0px 15px 10px rgba(0,0,0,.2);
	  border-right:1px solid #ECECEC
}
.left-side-block h3{
	margin-top:50px;
	font-size:20px;
	color:#E73214
 
}
.left-side-block ul li{
	display:block;
	margin:10px 0
}
.left-side-block p{
	font-weight:400
}



.login-inner-page .white-bg {
    background: #FFF;
    height: 380px;
    position: absolute ;
    margin-right: 80px;
    width: 550px;
	right:0;
	top:100px;
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,.2);
}

.large-pad {
    padding: 50px;
}
.login-inner-page .white-bg h2{
	margin:0;
	font-size:22px;
}
.login-inner-page .white-bg h4{
	font-weight:400;
	font-size:16px;
	margin-top:20px;
	color:#E73214
}

.form-horizontal label{
	font-weight:400;
	font-size:13px
}

.form-control{
	border-radius:0;
	box-shadow:none !important;
	
}

.btn.btn-primary{
	border-radius:0;
	padding:10px 25px;
	text-transform:uppercase;
	background:#E73214;
	border:none
}


@media(max-width:980px){
	.left-side-block{
		position:absolute;
		bottom:0;
		top:50%;
		width:100%;
		left:0;
		display:none
	}
	.login-inner-page .white-bg{
		position:absolute;
		top:0;
		left:0;
		margin:0;
		width:100%;
		height:auto;
		 
	}
	.large-pad{
		padding:30px
	}
}

/*404 Page*/
.page-404{
background:url(../images/login-bg.png);
	height:100%;
	position:fixed;
	width:100%;
	margin:0 auto;		
}

.page-404 .left-side-block{
	right:0
}

.page-404 .login-inner-page .white-bg{
	left:80px;
	height:auto
}

.page-404  .left-side-block{
	background:#FFF url(../images/support-1.png) no-repeat bottom right;
	 
}

.page-404  .points-block li{
	display:block;
	margin-bottom:8px;
	font-size:16px;
	line-height:28px
}
.page-404  a,.page-404  h2{
	color:#E73214;
	
}
 .page-404  h2{
	 margin-bottom:25px;
	 padding-bottom:15px;
	 display:block;
	 line-height:32px
 }
 
 .nav-list{
	 position:absolute;
	 right:40px;
	 top:80px;
	 
 }
  .nav-list li{
	  float:left;
 
	  display:inline-block
	  
  }
    .nav-list li a{
		display:block;
		margin:0px 8px;
		text-decoration:none
	}