﻿div.Feedback_Message_Error {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.498039);
}

.LoadingGif {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.1);
}