﻿﻿
.load_background {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    /*position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;*/
}


.loader_picture {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -2px;
}

.loader_text_style {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -30px;
}
