/* @import 'variables.css';
@import 'animation.css'; */

body {
    background: linear-gradient(30deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .8)), url('../../../Media/Images/body_bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    width: 100vw !important;
}

body .bg-logo {
    position: fixed;
    z-index: -2;
    opacity: .2 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
body .bg-logo img {
    z-index: -1;
    max-width: 400px;
    max-height: 400px;
}

/* .modal .modal-dialog.modal-sm {
    max-width: 400px !important;
    display: block;
    margin: auto;
} */