﻿

.authentication{
    .n_logo{
        display: inline-block;        
    }

    .navbar{
        background: transparent !important;
        a{
            &:not(.btn){
                font-size: 14px !important;
                text-transform: none !important;
            }
        }
    }

    .navbar-nav{
        li{
            a{  
                i{
                    vertical-align: middle;
                }
            }
            .btn{
                line-height: 20px !important;
            }
        }
    }
}


@media screen and (max-width: 991px) {    
    
    
}

@media screen and (min-width: 992px) {
    .authentication{
    
        .navbar-collapse{ 
            float: right;
            justify-content: flex-end;
    
            .navbar-nav{
                display: inline-block;
                li{
                    display: inline-block;
                }
            }
        }
    }
      
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    
    
}

@media only screen and (max-width: 767px) {
    .authentication {
        .footer{
            nav{
                display: block;
                float: none;
            }
        }
    }
}
