﻿body, html
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
body
{
    /* background: url(../images/body_bkg.png) no-repeat center;     background-size:cover; */
    background-color: #21578f;
}
.logo-wrapper
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -502px;
    display: none;
}
.notification-wrapper
{
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -500px;
    margin-top: -50px;
    width: 1000px;
    text-align: left;
}
.notification-wrapper h1
{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'verdana';
}
.notification-wrapper span.description
{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'verdana';
}
.notification-wrapper span.description a
{
    color: #ffffff;
    text-decoration: underline;
}

.notification-wrapper span.description a:hover
{
    color: #FFF;
    text-decoration: underline;
}
