.text-red{
    color: #DA291C;
}

.text-dark{
    color: #6C757D;
}

th>a{
    color: black !important;
}

.text-white{
    color: #FFF !important;
}

.background-red{
    background-color: #DA291C;
}

.background-dark{
    background-color: #6C757D;
}

.barkground-white{
    background-color: #FFF;
}

.logo-div{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    min-height: 80px;
    border-radius: 0 0 25px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 1;
}

.login-logo{
    border-radius: 0 0 25px 0;
}

.div-footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    min-height: 80px;
    background-color: #DA291C;
    padding: 5px;
    opacity: 0.8;
}

.div-footer2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #FFF;
    color: #DA291C;
    padding-right: 2px;
}

.overly-div {
    display: flex;
    align-items: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #060606ab; /* set the overlay color */
    opacity: 0.5; /* set the opacity */
  }

