﻿.bg-img {
    /* The image used */

    background-image: url('../../Images/BG.png');
    /* Control the height of the image */
    min-height: 380px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.custom-alert2 {
    padding: 0.25rem 5.5rem;
    border-radius: 10px;
    font-size: 0.8125rem;
}

#dashboard-bg {
    background-image: url('../../Images/admin_banner.png');
    min-height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}