/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body{
    visibility: hidden;
}
.loading-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding-top: 20%;
    display: none;
}
.loading-wrap .spinner-grow{
    color: #ffffff;
}
