﻿.auth-logo img
{
    height:auto;
    width:auto;
}
.card {
    opacity: 0.85;
    border-radius:unset!important;
}
.auth-layout-wrap .auth-content {
    max-width: 350px;
    width: 100%;
}
.tab-content {
    border-top: unset !important;
    border-bottom: unset !important;
}
.nav-tabs .nav-item .nav-link {
    background-color: #fff !important;
    opacity: 0.8!important;
}
.nav-link {
    cursor: pointer !important;
    border-bottom: 3px solid #cac9c9 !important;
    border-right: 1px solid #cac9c9 !important;
}
.nav-tabs .nav-item .nav-link:hover {
    background-color: #e8e8e8 !important;
}
.nav-tabs .nav-item .nav-link.active {
    /*background-color: #e8e8e8 !important;*/
    opacity: unset !important;
    border-color: #ffffff #c2b7cd #fff !important;
    border-bottom: unset !important;
}
   
        .nav-tabs {
            border-bottom: unset !important;
        }