a img{
	width:100%;
	display:block;
}

span img{
	width:100%;
	display:block;
}

span, em, a, button{
	font-size:14px;
	outline:none;
	text-shadow:none;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}


.f-align-center{
	display:table;
	margin:0 auto;
	float:none;
}

.f-cover-img{
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width:100%;
  display:block;
}

.f-full-img{
	width:100%;
	display:block;
	position:relative;
}

.f-wrp{ 
	width:100%;
	float:left;
	clear:both;
	position:relative;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"]{
	height:45px;
	border-radius: 4px;
	background:#ffffff;
	font-family: 'Lato', sans-serif;
	border:1px solid #e4e4e4;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea.f-form-control:focus{
	border-color:#0099cb;
}

.login-sec-block{
	width:80%;
	display:table;
	margin:0 auto;
	position:relative;
	top:0;
}

.login-wrp{
	background:none;
}

.login-logo-block a{
	display:block;
	padding-bottom:15px;
	width:170px;
	margin:0 auto;
}

.customer_login{
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width:100%;
  display:block;
  background:url(../images/login-bckg.jpg) no-repeat center center;
  min-height:700px;
}

.customer_login::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*background: rgba(3, 0, 7, 0.75);*/
}

.login-logo-block .logo{
	display:block;
	width:250px;
	margin:0 auto;
	float:none;
	height:auto;
}

.login-box{
	background: rgba(255, 255, 255, 0.2);
	padding:15px;
}

.login-header-wrp{
	background: rgba(255, 255, 255, 0.2);
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	padding:16px;
}

.login-header-wrp > h2{
	margin:0;
	text-transform:uppercase;
	font-weight:300;
	color:#ffffff;
}

.login-box label{
	color:#ffffff;
}

.form-group{
	position:relative;
}

.txt-box{
	padding-right:50px;
}

.login-cntrl-icon{
	width:45px;
	height:45px;
	background:#00aeef;
	color:#ffffff;
	line-height:45px;
	font-size:17px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	border-radius:1px 4px 4px 1px;
}

.submit-btn{
	float: none;
    margin: 15px auto;
    background: #2b7bb9;
    color: #ffffff;
	height:45px;
	line-height:45px;
	padding:0;
	
	font-size:20px;
}

.submit-btn:hover{
	background:#74a53c;
}

.forgot-password{
	color:#ffffff;
	display:block;
	text-align:center;
}

.forgot-password:hover{
	color:#ffffff;
}

.login-register-block a{
	float: none;
    margin: 15px auto;
    background: #0099cb;
    color: #ffffff;
	height:35px;
	line-height:35px;
	padding:0;
	font-size:20px;
	display:block;
	text-align:center;
	display:table;
	padding:7px 16px;
	text-transform:capitalize;
	border-radius:4px;
}

.login-register-block a:hover{
	background:#74a53c;
}

.login-txt p{
	text-align:center;
	color:#aaaaaa;
}

.sm-logo .logo{
	width:150px;
}

.bg-none-nav{
	background:none;
}

.forgot-password-pg{
	min-height:600px;
}

.footer-wrp{
	background:none;
	border:none;
}

.white-txt{
	color:#ffffff !important;
}

.customer_login{
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width:100%;
  display:block;
  background:url(../images/login-bckg.jpg) no-repeat center center;
  min-height:700px;
}

.customer_login::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*background: rgba(3, 0, 7, 0.75);*/
}

.login-logo-block .logo{
	display:block;
	width:250px;
	margin:0 auto;
	float:none;
	height:auto;
}

.login-box{
	background: rgba(3, 0, 7, 0.55);
	padding:15px;
}

.login-box h1{
	color:#ffffff;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	padding-bottom:25px;
	font-size:27px;
	text-align:left;
}

.login-header-wrp{
	background: rgba(255, 255, 255, 0.2);
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	padding:16px;
}

.login-header-wrp > h2{
	margin:0;
	text-transform:uppercase;
	font-weight:300;
	color:#ffbc01;
}

.login-section-wrp p{
	font-size:15px;
	color:#f7f7f7;
}

.login-box-wrp{
	margin-top:120px;
}

.login-sec-btns{
	display:table;
	margin-top:30px;
	width:100%;
}

.login-sec-btns li{
	float:left;
	width:45%;
	margin-right:15px;
}

.login-sec-btns li:last-child{
	margin-right:0;
}

.login-sec-btns a{
	display:block;
	border:1px solid #00aeef;
	text-align:center;
	line-height:45px;
	margin-bottom:10px;
	 border-radius: 4px;
	 background:#00aeef;
}

.login-sec-btns a:hover{
	background:#0095da;
	border:1px solid #0095da;
}

.forgot-hd{
	display:block;
	padding-bottom:10px;
}

@media (max-width: 767px) {
	.login-section-wrp p{
		display:none;
	}
	
	
	
	.mtop40, .login-sec-btns{
		margin-top:0;
	}
}


@media (max-width: 615px) {
	.login-sec-btns li{
		float:none;
		clear:both;
		width:100%;
	}
}