.authentication{background-image:url(../../assets-main/images/login2.jpg);background-size:cover;background-position:center center;background-repeat: no-repeat;background-attachment: scroll;}

.authentication .n_logo{display:inline-block}
.authentication .navbar{width:100%;background:transparent !important}
.authentication .navbar a:not(.btn){font-size:15px !important;text-transform:none !important}
.authentication .navbar-nav li a i{vertical-align:middle}
.authentication .navbar-nav li .btn{line-height:20px;}
.authentication .checkbox label{font-size:13px}
.authentication.sidebar-collapse .navbar-collapse{flex-grow:unset}
@media screen and (min-width: 992px){
  .authentication .navbar-collapse{float:right}
  .authentication .navbar-collapse .navbar-nav{display:inline-block}
  .authentication .navbar-collapse .navbar-nav li{display:inline-block}
  .authentication .navbar .navbar-nav .nav-link:not(.btn){
    width:100%;
    height:auto;
  }
  }
@media only screen and (max-width: 767px)
  {.authentication .footer nav{display:block;float:none}
}

.authentication .navbar .navbar-nav .nav-link:not(.btn) i{
width: 30px;
height: 30px;
text-align: center;
line-height: 27px;
padding: 0;
border-radius: 50%;
border: 1px solid transparent;
vertical-align: middle;
background:rgba(0,0,0,.4);
transition:.4s;
}
.authentication .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover i{
  border-radius:.1875rem;
  background: rgba(0,0,0,.5);
  border-color: #A81717;
}
.authentication .page-header{max-height:100%; height: 100vh; min-height: -webkit-fill-available}
.authentication .navbar-nav li a i.zmdi{font-size:16px;line-height:28px}
.authentication .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.authentication .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.authentication .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.authentication .navbar .navbar-nav .nav-item .nav-link:not(.btn):active{
  background:transparent;
  border-color:#A81717;
}

.authentication .navbar .navbar-nav .nav-link:not(.btn){padding: 0.5rem 0.1rem;}



.authentication .navbar-nav li .btn {line-height:10px!important;margin-top:10px!important;}
.authentication .navbar .navbar-nav .nav-link.btn  {line-height:10px!important;margin-top:10px!important; padding:0; margin:0;}
.authentication .card-plain .logo-container img {width:100%;}
