#login-popup-in
    {
        background-color: white!important;
        font-family: 'Sans-serif', Roboto;
    }
    .nav-custom>li {
        width: 50%;
        font-size:20px;

    
    }
    .nav-link{
        color: black;
    }
     .nav-custom>li.active>a{
        color: black;
        background-color: none;
        border: 1px solid #ddd;
        border-bottom-color: orange!important;
        cursor: default;
        border-radius:0px!important;
    }
    #login-section{
        background-color: white;
        height: auto;
        font-family: 'Sans-serif', Roboto;
        border-radius:5px;
    }
    .login-content {
        padding-top: 125px;
        padding-bottom: 145px;
    }
    #login-facbook{
        margin-top: 250px;
    }

    @media screen and (max-width: 576px) {

        #login-section{
            background-color: white;
            height: auto;
            width: 350px;
            border-radius:5px;
        }
        .login-content {
            padding-top: 139.5px;
            padding-bottom: 159.5px;
        }
     }

