﻿.frmUserFileDownload {
    background-color: white;
    width: 320px;
    height: 150px;
    position: absolute;
    text-align: center;
    margin-top: 5rem;
    top: 10px;
    border-width: 4px;
    border-color: black;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    /*   filter: drop-shadow(5px 5px 5px #4e4e4e); */

    left: calc(50% - (320px/2));
    opacity: 1.0;
}
