
.nav-tabs {
    border-bottom: none !important;
}

.card {
    border: none !important;
}
 
.nav-tabs .nav-item {
    position: relative;
}
.nav-tabs .nav-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;  
    height: 2px;
    background-color: blue; /* Change this to your desired color */
    transform: translateX(-50%);
    width: 100%;
}

.form-outlinecenter {
    text-align: center;
}

.resetpasswordcls {
    padding-top: 0%;
    margin-top: 5%;
}
.imgsidebar {
    width: 120%;
    margin-bottom: 0%;
    max-width: 121%;
    height: auto;
}