﻿.bg-img {
    background-image: url("../Other/2022/Adminassets/images/background.png");
    /* min-height: 380px;
                                                            background-size: cover;*/
    background-color: red;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top right;
}

.buttom-copy {
    position: fixed;
    bottom: 0px;
    align-content: center;
    background-color: #F5F6F8;
    padding: 10px;
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.30);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.20);
    z-index: 999;
}

    .buttom-copy p {
        margin: 0px !important;
    }

.preload {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.preloadback {
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 999999;
    opacity: 0.5;
}

.preloadD {
    z-index: 9999999;
}

.copyw {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
}


.login-footer-list {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .login-footer-list li {
        display: inline-block;
        margin-right: 10px;
    }
