.popup-login {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup-box-wrapper-login {
  background: url(../img/login.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 400px;
  height: 205px;
  position: relative;
  margin: 50px auto;
  margin-top: 15%;
  text-align: center;
  font-family: laza;
  max-width: 450px;
}
.popup-box-navbar-login {  
  background-size: 100% 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 1px;
}
.popup-box-navbar-login-title {
  padding-left: 24px;
  padding-top: 2px;
  color: #defbff;
  font-size: 22px;
  font-family: dinm;
  font-weight: 500;
  text-align: center;
}
.popup-box-bg-login {
  background-color: rgba(0,0,0,0);
  <!--- background-image: linear-gradient(#66000000, #66000000, #66000000, #000); ----->
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  bottom: 0;
  position: absolute;
}
.popup-box-bg-login img {
  width: 40%;
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.popup-box-bg-login-load {
  background-color: rgba(0,0,0,0);
  background-image: linear-gradient(#66000000, #000);
  width: 100%;
  height: auto;
  bottom: 0;
  position: absolute;
}
.lenzz-btn-login {
  width: 24%;
  border-radius: 1px;
  height: 27px;
  padding: 3px;
  margin: 1px;
  color: #f2f2f2;
  font-size: 13px;
  font-family: laza;
  border: none;
  outline: none;  
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.lenzz-btn-login i {
  color: #fff;
  font-size: 17px;
  margin-top: 0px;
  float: left;
}
.popup-btn-facebook {
  background: #1778f2;
  color: #fff;
}
.popup-btn-twitter {
  background: #2D879D;
  color: #fff;
}
.popup-btn-gp {
  background: #fff;
  color: #000;
}
.popup-btn-link {
  background: #E3B448;
  color: #000;
}
.lenzz-btn-login img {
  width: 15px;
  height: 15px;
  margin-top: -0px;
  float: left;
}
.popup-btn-more {
  background: #00000092;
  color: #fff;
  width: 5%;
  height: auto;
  padding: 1px;
  font-size: 12px;
  border-radius: 0px;
}
.loader-label {
  position: relative;
  width: 96%; 
  margin-left:auto;
  margin-right:auto;
  margin-top:3px;
  margin-bottom:5px;
  color: #fff;
  font-size: 9px;
  font-family: laza;
  text-align: left;
}
.loader-line {
  position: relative;
  width: 96.5%;
  height: 3px;
  margin-left:auto;
  margin-right:auto;
  background: #69676A;  
}
.loader-line::before {
  content: "";
  left:0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #C4C4C4; 
  transform-origin: left;  
  animation: line-loading 10s;
}
@keyframes line-loading {
  0%,
  10% {
    transform: scaleX(0);
  }
  40% {
    transform: scaleX(1);
    transform-origin: left;
  }
  40.00001%,
  60% {
    transform: scaleX(1);
    transform-origin: right;
  }
  70%,
  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}
.display-date {
   background-color: (#66000000);
   background-image: linear-gradient(to left, #66000000, #4A4D55, #4A4D55, #4A4D55, #4A4D55, #66000000);
    width:130px;
	height:auto;
	color: #fff;
	float:right;
	font-size: 13px;
	font-family: laza;
	text-align: center;	
	padding-right:7px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;			
}
.display-date a {   
   font-size: 13px;
   font-family: laza;
   text-align: center;
}
/* 320 */
@media only screen and (min-width:320px) and (max-width:360px) {
.popup-box-wrapper-login {
    margin-top: 55%;
    height: 205px;
   }
}
/* 361 */
@media only screen and (min-width:361px) and (max-width:450px) {
.popup-box-wrapper-login {
    margin-top: 55%;
    height: 205px;
   }
}
/* 361 */
@media only screen and (min-width:451px) and (max-width:600px) {
.popup-box-wrapper-login {
    margin-top: 55%;
    max-width: 500px;
    height: 205px;
   }
}
.popup-btn-google {
	background: none;
	outline: none;
	border: none;
	width: auto;
	height: 60px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	color: #AAAAAA;
	font-size: 13px;
    font-family:laza;
	font-weight: 500;
	text-align: center;
	display: block;
}
.popup-btn-google img {
	background: none;
	border-radius: 2px;
	width: 40px;
	padding: 0px;
	height: auto;
	margin-bottom: 5px;
	text-align: center;
}