@media (min-width: 576px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 6.5rem;
        padding-left: .5rem;
    }
}

.login_formdiv {
    position: relative;
    height: auto;
    background-color: #5d5c5c;
    z-index: 9;
    right: 10px;
    opacity: 1;
    width: 20%;
    padding: 20px 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: 34px !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    height: 34px !important;
}

.login_input {
    width: 100%;
    padding: 5px 5px;
}

a {
    text-decoration: underline;
}

.border {
    border-left: 4px solid #fdec4c;
}

.fa {
    /*padding: 20px;*/
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

@media (max-width: 768px) {
    .login_formdiv {
        position: relative;
        top: 0
        height: auto;
        background-color: #5d5c5c;
        z-index: 9;
        right: 0px;
        opacity: 1;
        width: 70%;
        padding: 20px 20px;
    }
}
/*  UPDATED BY SHIV  */

.navtag {
    display: inline-flex !important;
    padding: 0px !important;
}

.logospan {
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.sqrbtn {
    height: 100px;
}

.dashbdbtn {
    height: 150px;
}

.btncolor {
    background-color: #fdc100;
    color: white;
}

.pagination > .active > a, .pagination > .active > a:hover {
    background-color: #063633 !important;
    border-color: #092b29 !important;
}
