.toptitle {
    font-family: 'Old Standard TT', serif;
}

.leftlogin{
    background-image: linear-gradient(rgba(234, 254, 234, 0.703), rgba(204, 229, 239, 0.639));
}

.sidelogin {
    background-image: url('../images/cover.jpg');
    background-size: cover;
}

.sidelogin h2 {
    color: blueviolet;
}

.belowline {
    margin-top: 200px;
    color: rgb(23, 23, 107);
    text-align: left;
    padding: 50px;
    font-size: 18px;
    font-weight: bold;
}
.overlay {
    background-color: rgba(255, 255, 255, 0.89);
    padding-top: 150px;
}

.acard {
    box-shadow: 5px 5px 5px black;
}

.topimg {
    width: 150px;
    height: auto;
}

.topimgdb{
    height:130px;
    width: auto;
    margin-bottom: 30px;
}

.tab-content {
    width: 80%;
}

#v-pills-dashboard {
    background-color: rgb(240, 240, 240);
}

.table-image {
    width: 80px;
    height: auto;
}

.fcd {
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 3px black;
}

#imagetoclick{
    transition-duration: 1s;
}

#imagetoclick:hover{
    opacity: 0.2;
}

.nav-link {
    text-align: left;
    color: white;
}

.nav-link:hover {
    color: white;
    font-weight: bold;
}

.nav-pills {
    background-image: linear-gradient(rgb(3, 3, 122), rgb(146, 2, 186), rgb(0, 255, 208));
    height: 100%;
    position: fixed;
    width: 200px;
}

.tab-content {
    margin-left: 220px;
}