﻿div#load_screen {
    background: #fff;
    opacity: 1;
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 100%;
    height: 100%;
}
div#load_screen > div#loading {
    color: #000;
    width: 334px;
    height: 50px;
    margin: 300px auto;
    text-align: center;
    align-content: center;
    font-weight: bold;
}

div#loading > .logo {
    margin-bottom: 50px;
}

div#loading > .progress {
    padding-bottom: 10px;
    margin-left: 115px;
    display:block;
}