/* CAROUSEL */

:root {
    --primary: #0D4DA1;
    --secondary: #007BC1;
}

.theme-suntrust-bank .carousel-title {
    background-color: var(--primary) !important;
    color: #fff !important;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.33);
}

/* LOGIN */
.theme-suntrust-bank #logo.navbar-brand p img {
    margin-top: -14px;
    margin-left: -18px;
    height: 90px;
    width: auto;
}

.theme-suntrust-bank .login-logo {
    margin-top: 7px;
    margin-right: 5px;
    width: 97px;
}

.theme-suntrust-bank .login-container .caption {
    padding-bottom: 0px;
}

.theme-suntrust-bank .login-body form {
    margin-top: 15px;
}

/* BUTTONS */
.theme-suntrust-bank .option-btn {
    background-color: var(--primary) !important;
    color: #fff !important;
}

/* .theme-suntrust-bank .input-cont .input-btn {
    background-color: #66757d !important;
} */

.theme-suntrust-bank .btn-primary-inverse {
    border-color: var(--primary) !important;
}

.theme-suntrust-bank .btn-primary-inverse:hover {
    border-color: #66757d !important;
}

/* .theme-suntrust-bank .btn-primary {
    background-color: #87c700 !important;
    color: #fff !important;
} */

.theme-suntrust-bank .btn-primary:hover {
    background-color: #66757d !important;
    color: #fff !important;
}

.theme-union-bank .btn-primary.disabled {
    background-color: #ccc !important;
    box-shadow: none !important;
}

/* TABLE */
.theme-suntrust-bank .mat-ink-bar {
    background-color: var(--primary) !important;
}

/* CARD DESIGN */
.theme-suntrust-bank .card-design {
    background: #4c565c !important;
}

.theme-suntrust-bank .card-design>div {
    background: #66757e !important;
}

/* LOGOUT BUTTON */
#header-navbar .nav>li>#logout {
    border-color: var(--primary) !important;
}

/* SIDE NAV */

.account-card .linear-gradient-90 {
    color: #fff !important;
    background: linear-gradient(180deg, #0081B8 0%, #294392 76.85%) !important;
}

.theme-suntrust-bank .btn-loading {
    background: #66757d !important;
}

.theme-suntrust-bank .btn-loading:before {
    border: rgba(41, 67, 146, 0.3) 2px solid !important;
    border-top-color: var(--primary) !important;
}
