.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/loginz.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 205px;
  position: relative;
  margin: 50px auto;
  margin-top: 320px;
  text-align: center;
  font-family: laza;
  max-width: 400px;
}
.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: 38%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.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;
}
.popup-btn-login1 {
  width: 23%;
  border-radius: 0px;
  height: 25px;
  padding: 5px;
  padding-top: 6px;
  margin: 0.5px;
  color: #f2f2f2;
  font-size: 14px;
  font-family: laza;
  border: none;
  outline: none;  
  position: relative;
  display: inline-block;
}
.popup-btn-login1 i {
  color: #fff;
  font-size: 18px;
  margin-top: -3px;
  float: left;
}
.popup-btn-facebook1 {
  background: #1778f2;
  color: #fff;
}
.popup-btn-twitter1 {
  background: #ffffff;
  color: #000;
}
.popup-btn-link1 {
  background: #E3B448;
  color: #000;
}
.popup-btn-login1 img {
  width: 17px;
  height: 17px;
  margin-top: -1px;
  float: left;
}
.popup-btn-more1 {
  background: #00000092;
  color: #fff;
  width: 6%;
  height: auto;
  padding: 2px;
  font-size: 10px;
  border-radius: 0px;
}
.popup-btn-google1 {
	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: #fff;
	font-size: 17px;
    font-family:laza;
	font-weight: 500;
	text-align: center;
	display: block;
}
.popup-btn-google1 img {
	background: #345A9D;
	border-radius: 2px;
	width: 40px;
	padding: 1px;
	height: auto;
	margin-bottom: 5px;
	text-align: center;
}
.lenzz-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;
}
.lenzz-line {
  position: relative;
  width: 96.5%;
  height: 3px;
  margin-left:auto;
  margin-right:auto;
  background: #69676A;  
}
.lenzz-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;
  }
}
/* 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%;
    height: 205px;
   }
}
.vertit {
  background: linear-gradient(to right, #020202, #66000000);
  width: auto;
  height: auto;
  margin-top: 0px;
  color: #ffffff;
  text-align: left;
  position: absolute;
  font-size: 13px;
font-family: laza;
text-align: center;
padding-top:2px;
padding-bottom:2px;
padding-left: 4px;
padding-right: 20px;
}