#splashScreen
{
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow-y: auto;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200000;
    text-aling: center;
}

#splashScreen:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

#splashScreen .container
{
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
}

#splashScreen .loader-wrapper
{
    margin: auto;
    display: block;
}

#splashScreen .logo
{
    width: 80%;
    max-width: 250px;
    margin-bottom: 20px;
}