/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 de jul. de 2021, 09:09:48
    Author     : mix
*/

.center_loadscreen {
    position: absolute;
    height: 50px;
    top: 45%;
    /*left: 40%;*/
    margin-left: -50px;
    margin-top: 67px;
    color: #fff;
    font-size: 27px;
}
​
