.lenzz {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.5);
}
.lenzz-box-wrapper {
width: 450px;
height: auto;
position: relative;
margin: 50px auto;
margin-top: 20%;
text-align: center;
font-family: 'dinm';
color: #fff;
}
.lenzz-box-verification {
margin-top: 35%;
}
.lenzz-box-navbar {
background: #151B3D;
background-size: 100% 100%;
height: auto;
padding-bottom: 6px;
border-radius: 5px 5px 0 0;
}
.lenzz-box-navbar img {
width: 18px;
height: auto;
float: right;
margin-top: 14px;
margin-right: 15px;
padding-bottom: 6px;
}
.lenzz-box-navbar-titles {
padding-top: 8px;
color: #fff;
font-size: 18px;
margin-left: 38px;
margin-bottom: 6px;
font-family: dinm;
font-weight: 500;
text-align: center;
text-transform: uppercase;
}
.lenzz-box-navbar-title {
padding-top: 18px;
margin-left: 15px;
color: #fff;
font-size: 16px;
margin-bottom: 10px;
font-family: dinm;
font-weight: 300;
text-align: left;
text-transform: uppercase;
}
.lenzz-box-bg {
background: #151B3D;
background-size: 100% 100%;
width: 100%;
border-top: 1px solid #fff;
margin-top: -1px;
border-radius: 0 0 5px 5px;
}
@property --angle {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}
.lenzz-box-bg {
--angle: 360deg;
border-image: linear-gradient(var(--angle), #00c4de, #1b56ff, #00c4de, #1b56ff) 1;
animation: 1s rotate linear infinite;
}

@keyframes rotate {
to {
--angle: 0deg;
}
}
.lenzz-box-bg label {
width: 70%;
float: left;
text-align: left;
padding-left: 10px;
margin-bottom: 8px;
color: #fff;
text-shadow: none;
font-family: sans-serif, Arial;
font-size: 14px;
display: inline-block;
}
.lenzz-box-bg-verify {
background: #151B3D;
background-size: 100% 100%;
width: 100%;
border-top: 1px solid #fff;
margin-top: -1px;
}
@property --angle {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}
.lenzz-box-bg-verify {
--angle: 360deg;
border-image: linear-gradient(var(--angle), #00c4de, #1b56ff, #00c4de, #1b56ff) 1;
animation: 1s rotate linear infinite;
}
@keyframes rotate {
to {
--angle: 0deg;
}
}
.lenzz-box-bg-verify label {
width: 70%;
float: left;
text-align: left;
padding-left: 10px;
margin-bottom: 8px;
color: #fff;
text-shadow: none;
font-family: sans-serif, Arial;
font-size: 14px;
display: inline-block;
}
.lenzz-box-alert-line {
width: 95%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 5px;
border-bottom: 1px solid #fff;
color: #fff;
text-align: center;
line-height: 10px;
display: block;
}
.lenzz-box-alert-verif {
width: 90%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 5px;
color: #fff;
font-size: 15px;
font-family: sanf-serif, Arial;
font-weight: 400;
text-align: center;
line-height: 20px;
display: block;
}
.lenzz-box-alert-verify {
width: 90%;
height: auto;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding: 5px;
color: #fff;
font-size: 15px;
font-family: sanf-serif, Arial;
font-weight: 400;
text-align: left;
line-height: 20px;
display: block;
}
.lenzz-box-alert-center {
width: 95%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding: 5px;
color: #fff;
font-size: 16px;
font-family: sanf-serif, Arial;
font-weight: 400;
text-align: center;
line-height: 20px;
display: block;
}
.lenzz-box-alert-center span {
color: #e67a07;
font-family: sans-serif, Arial;
}
.lenzz-box-alert-center img {
width: 20px;
height: 20px;
margin-left: 2px;
margin-right: 5px;
margin-bottom: -4px;
}
.lenzz-box-alert-lefts {
width: 100%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 5px;
padding-left: 20px;
color: #8A8D9E;
font-size: 12px;
font-family: sans-serif, Arial;
font-weight: 400;
text-align: left;
line-height: 20px;
display: block;
}
.lenzz-box-alert-left-error {
width: 100%;
height: auto;
margin-top: -6px;
margin-bottom: -10px;
padding: 5px;
padding-left: 20px;
color: #FF5E5B;
font-size: 12px;
font-family: sans-serif, Arial;
font-weight: 400;
text-align: left;
line-height: 20px;
display: block;
}
.lenzz-box-alert-left {
width: 100%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding: 5px;
color: #fff;
font-size: 15px;
font-family: sans-serif, Arial;
font-weight: 400;
text-align: left;
line-height: 20px;
display: block;
}
.lenzz-box-alert-left span {
color: #e67a07;
font-family: sans-serif, Arial;
}
.lenzz-box-alert-verif span {
color: #e67a07;
font-family: sans-serif, Arial;
}
.lenzz-box-alert-left img {
width: 20px;
height: 20px;
margin-left: 2px;
margin-right: 5px;
margin-bottom: -4px;
}
.lenzz-box-alert-right {
width: 95%;
height: auto;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
padding: 5px;
color: #fff;
font-size: 16px;
font-family: dinm;
font-weight: 500;
text-align: right;
line-height: 20px;
display: block;
}
.lenzz-box-alert-redeem {
width: 95%;
height: auto;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
padding: 5px;
color: #fff;
font-size: 15px;
font-family: sans-serif, Arial;
font-weight: 400;
text-align: left;
line-height: 20px;
display: block;
}
.lenzz-box-alert-redeem span {
color: #fff;
font-size: 15px;
font-family: sans-serif, Arial;
}
.lenzz-box-alert-redeem img {
width: 20px;
height: 20px;
margin-left: 2px;
margin-right: 5px;
margin-bottom: -5px;
}
.lenzz-box-alert-price {
width: 92%;
height: auto;
margin-top: 1px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding: 5px;
color: #fff;
font-size: 15px;
font-family: sans-serif, Arial;
font-weight: 400;
text-align: left;
line-height: 20px;
display: block;
}
.lenzz-box-alert-price span {
color: #fff;
font-size: 15px;
float: right;
font-family: sans-serif, Arial;
}
.lenzz-box-alert-price img {
width: 20px;
height: 20px;
float: right;
margin-top: -2px;
margin-right: 5px;
}
.lenzz-box-item-once {
width: 75px;
height: 75px;
margin: 1px;
margin-left: -5px;
margin-top: 30px;
text-align: center;
display: inline-block;
}
.lenzz-box-item-once img {
width: 100%;
height: 100%;
}
.lenzz-box-alert-enter {
width: 89%;
height: auto;
margin-top: 10px;
padding-top: 25px;
margin-right: auto;
margin-left: auto;
padding-bottom: 20px;
display: block;
}
.load-login-img {
width: 10%;
height: auto;
margin-top: 30px;
margin-bottom: 5px;
animation: mymoves 1s infinite linear;
}
@keyframes mymoves {
100% {
transform: rotate(360deg);
}
}
.lenzz-box-form-id {
width: 95%;
height: auto;
display: block;
margin-right: auto;
margin-left: auto;
}

.lenzz-box-form-id input {
background: #1B224C;
width: 95%;
height: 43px;
margin-bottom: 4px;
padding: 4px;
padding-left: 10px;
color: #fff;
font-size: 14px;
font-family: sans-serif, Arial;
font-weight: 400;
border: 1px solid #1B224C;
border-radius: 3px;
position: relative;
outline: none;
}

.lenzz-box-form-id input::placeholder {
color: #C3C5D1;
}

.lenzz-box-form-id input:focus {
border: 1px solid #0000;
border-radius: 3px;
background:
linear-gradient(#1B224C, #1B224C) padding-box,
linear-gradient(to bottom, #00c4de, #1b56ff) border-box;
}

.lenzz-box-form-id-error {
width: 95%;
height: auto;
display: block;
margin-right: auto;
margin-left: auto;
}

.lenzz-box-form-id-error input {
background: #1B224C;
width: 95%;
height: 43px;
margin-bottom: 4px;
padding: 4px;
padding-left: 10px;
color: #fff;
font-size: 14px;
font-family: sans-serif, Arial;
font-weight: 400;
border: 1px solid #FF5E5B;
border-radius: 3px;
position: relative;
outline: none;
}

.lenzz-box-form-id select::placeholder {
color: #C3C5D1;
}

.lenzz-box-form-id select {
background: #1B224C;
width: 95%;
height: 43px;
margin-bottom: 6px;
padding: 10px;
padding-left: 10px;
padding-right: -10px;
color: #fff;
font-size: 14px;
font-family: sans-serif, Arial;
font-weight: 400;
border: 1px solid #1B224C;
border-radius: 3px;
position: relative;
outline: none;
}
.lenzz-box-form-footer-full {
background: rbga(0, 0, 0, 0);
background-size: 100% 100%;
width: 100%;
height: 60px;
margin-right: auto;
margin-left: auto;
}

.lenzz-box-form-footer-full button {
background: linear-gradient(#00c4de, #1b56ff);
width: 100%;
height: 45px;
margin-top: 1px;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
padding: 4px;
padding-left: 35px;
padding-right: 35px;
color: #fff;
font-size: 16px;
font-family: dinm;
font-weight: 400;
text-align: center;
border-radius: 3px;
border: none;
outline: none;
}
.lenzz-box-form-footer-full button img {
  width: 23px;
  height: 23px;
  margin-top: -0px;
  float: left;
}
.lenzz-box-form-footer-full button i {
  color: #fff;
  font-size: 25px;
  margin-top: 0px;
  float: center;
}
@media only screen and (max-width:600px) {
.lenzz-box-wrapper {
width: 100%;
margin: 0;
bottom: 0;
position: fixed;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
transition: all .3s ease;
}
.lenzz-box-verification {
margin-top: 35%;
}
}