
.background1 {


    background: url("../img/img4.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.12);
    background-blend-mode: darken;
    min-height: calc(100vh - 56px) !important;
}
.login_bg{
    background: url("../img/img3.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: rgba(0, 0, 0, 0.12);
    background-blend-mode: darken;
    /* min-height:100vh ; */

}

.displayNone{
    display: none!important;
}
.bg-warning{
    background-color:#95bc20!important;
}
.navbar-brand img{
    border-radius: .6em;
    width: 60px;
    aspect-ratio: 1:1;
}
.table-warning-custom{

    background: linear-gradient(45deg, #fdf85a 0%, #e4ffa2 100%);
    border-radius: 1em!important;
}
.text-white{
    color: white !important;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.24) !important;
    font-weight: 600!important;
}

.successbg{
background-color: lightgreen!important;
}

.failbg{
    background-color: #f43030 !important;
}

.equalbg{
    background-color: #9e9b9b !important;
}