﻿.bg-admin {
    background: url("../landingpage/img/carousel-1.jpeg") no-repeat center center fixed;
    background-size: cover;
    background-color: rgba(38, 44, 80, 0.3) !important;
    background-blend-mode: multiply !important;
}
.bg-login {
    color: aliceblue;
    background-color: rgb(128, 128, 128, 0.8) !important;
}