﻿#contactId a{
    color: grey !important;
}
.breadcrumb a{
    text-decoration: none !important;
}
.table thead.table-light > tr > th,
.table thead.table-light > tr > td {
    color: #fff !important;
}

.nav-tabs.newAccount .nav-link.active {
    background-color: white;
    color: black !important;
    border: 1px solid #dee2e6;
    border-bottom-color: transparent;
}
.LoginInput {
    border-radius: 0px;
    font-size: small;
}

.LoginInput2 {
    border-radius: 0px;
    font-size: small;
    height: 3rem !important;
}

.loginbtn {
    border-radius: 0px;
    height: 3rem;
}

.loginbtn2 {
    border-radius: 0px !important;
    height: 3rem !important;
}
#depositTable tbody th,
#depositTable tbody td,
#portfolioTableDIV table tfoot td {
    color: #333 !important;
}