th {
    font-weight: bold !important;
}
.card-header {
    font-weight: bold !important;
}
 
nav {
    .nav-item a.nav-link:hover {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: #00a5d9;
    }
 
    input#navbar-search + button {
        background-color: white;
        color: gray;
   
        &:hover {
            box-shadow: inset 0px 0px 0px 2px #00a5d9;
            color: #00a5d9
        }
    }
}
 
.navbar-dark.bg-primary {
    background-color: #005c7f !important;
}
.col-3 .btn {
    display: none;
}
.MultiLogin .container.ts-main {
    margin: auto !important;

    > div {
        margin: auto !important;
        background-color: white;
	width: 30%;
	min-width: min-content;

        > div > div > div > img {
            max-width: 35%;
	    padding-top: 15px;
        }
    }
}

.MultiLogin .login-panel-title {
    text-align: center;
    justify-content: center;

    h1{
	font-family: Arial; sans-serif;
	font-weight: bold;
	font-size: 1.75rem;
}

.MultiLogin .login-panel-main {
    border-radius: 0 !important;
}
