body{
    /* background: linear-gradient(0deg, rgba(53,171,254,1) 100%, rgba(2,149,253,1) 100%)!important; */
    /* min-height: 20px; */
    /* background: unset !important; */
    background-image: url(../images/bg_v3.png) !important;
    /* height: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo
{
    position: absolute;
    z-index: 1;
    margin-top:26px;
    top: 0px;
    display: inherit;
}

.logo .logo_img{
    margin-bottom: 11px;
    
}

.cus_admin_form_inside::after{
    display: none;
}
.cus_admin_form{
    width: 75%;
    position: relative;
    margin: 0 auto;
    margin-top: 70px;
}

.cus_admin_form_inside{
    transform: unset;
    top: unset;
}
.cus_bottombar{
-webkit-box-shadow:unset;
-moz-box-shadow:unset ;
-ms-box-shadow:unset;
-o-box-shadow:unset;
color: white;
box-shadow: none;
}

.cus_admin_lock{
position: relative;
/*height:100% ;*/
/* overflow-y: scroll; */
background:none!important;
background: none!important;

}


.cus_admin_form_inside  > ul li::before{
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: green;
    margin-left: 0px;
}

.cus_admin_form_inside.left{
    padding-top: 96px;
}

.cus_admin_form_inside.left ul{
    padding-bottom: 16px;
}
.cus_admin_form_inside.left li{
    font-size: 13px;

}
.password_check{

        position: relative;
        margin-bottom: -20px;
        margin-top: 15px;

}
.password_check ul li{
    list-style: inherit;
    font-size: 12px;
    line-height: 27px;
}


.cus_admin_form_inside.left::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 86%;
    z-index: 111;
    background: #1dc4e9;
    right: 0%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-right: 29px;
}
.admin-form.right{
padding-left: 20px;
margin-inline-start: -1px;
}
/*
.admin-form.right-form.form-2 {
    padding-top: 86px;
}*/

.cus_label span{
    font-size: 13px;
}

.blinking{
    animation: blinkingText 3s infinite;
   -moz-animation: blinkingText 3s infinite;
   -webkit-animation: blinkingText 3s infinite;
    color: white;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    
  }
  
.cus_checkbox{
    margin-top: 28px!important;
}

.cus_label{
    margin-top: 25px!important;
    margin-bottom: 0px;
}



.submit{
    margin-bottom: 17px!important;
}


.admin-form > form input{
    margin-bottom: -4px;
}


.form_3_h4{
    margin-top: 20px;
}
  
@keyframes blinkingText{
  0%{   color: #ebff00;}
  20%{    color: #ebff00;}
  49%{  color: transparent; }
  50%{  color: white; }
  80%{  color: white; }
  99%{  color:transparent;  }
100%{ color: #ebff00; }
}


@-moz-keyframes blinkingText{
0%{   color: #ebff00;}
  20%{    color: #ebff00;}
  49%{  color: transparent; }
  50%{  color: white; }
  80%{  color: white; }
  99%{  color:transparent;  }
100%{ color: #ebff00; }
}



@-webkit-keyframes blinkingText{
0%{   color: #ebff00;}
  20%{    color: #ebff00;}
  49%{  color: transparent; }
  50%{  color: white; }
  80%{  color: white; }
  99%{  color:transparent;  }
  100%{ color: #ebff00; }
}


.bold{
    font-weight: bold;
}


.not_you{
    MARGIN-TOP: 8PX;
    MARGIN-BOTTOM: -23PX;
}

.und-lst .pass
{
    /*color: #a1b8bf!important;*/
    text-decoration: line-through;
}

.show-pwd {
    left: 347px!important;
    top: 44px!important;
    cursor: pointer;
}






@media (min-width: 0px) and (max-width: 767px) {
    .cus_admin_form_inside.left::before{
        display: none;
    }
    .cus_admin_form{
     width: 96%;
    }   
    /* .cus_admin_form_inside.left{
        float: right;
    }
    .cus_admin_form_inside.right{
        float: left;
    } */
}


@media (min-width: 768px) and (max-width: 1021px) {

    .cus_admin_form_inside.left::before{
        display: none;
    }    
}