
<style>
.text-white {
    color: white;
}

.theme-red {
    color: #e81c25;
}

.theme-blue {
    color: #04374e;
}

.theme-yellow {
    color: #e68312;
}


.logoHeading {
    color: white;
    font-size: 20px;
}

.logoSubHeading {
    color: white;
    font-size: 12px;
}

.about-us-bg {
    /* The image used */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("police-headquarters.jpg");
    background-size: cover;
    /* Set a specific height */
    min-height: 165px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-card {
    position: relative;
    z-index: 1;
    margin-top: -115px;
}

.bottom-border-red {
        border-bottom: solid #a3271c 3px;
    }

    .bottom-border-blue {
        border-bottom: solid rgb(46 101 117) 3px;
    }

    .bottom-border-orange {
        border-bottom: solid rgb(195 78 23) 3px;
    }

    .bottom-border-green {
        border-bottom: solid #28a745 3px;
    }

    .bottom-border-danger {
        border-bottom: solid #dc3545 3px;
    }
.custom-card {
    max-width: 273px;
}
</style>
