@font-face {
    font-family: 'kpmgweb';
    src: url('./assets/fonts/KPMG%20Web-Light.eot');
    src: url('./assets/fontsKPMG%20Web-Light.woff2') format('woff2'),
        url('./assets/fontsKPMG%20Web-Light.woff') format('woff'),
        url('./assets/fontsKPMG%20Web-Light.ttf') format('truetype'),
        url('./assets/fontsKPMG%20Web-Light.svg') format('svg');
}
@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}
.blinking span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-size: 24px;
    line-height: 18px;
    color: #00338d;
}
.blinking {
    margin-bottom: 1.5rem;
}
.blinking span:nth-child(2) {
    animation-delay: .2s;
}
.blinking span:nth-child(3) {
    animation-delay: .4s;
}
.m-link {
    color: #00338d;
    font-size: 12px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 100vh;
    background-color: #001944 !important;
}
div#header {
    position: fixed;
    height: 70px;
    width: 100%;
    background: #00295f !important;
    box-shadow: 0px -2px 6px -1px #848484 !important
}
.message-container {
    text-align: center;
    font-size: 20px;
    padding: 60px 20px;
    background-color: #00295f !important;
    box-shadow: 0px 0px 12px 0px rgba(145, 145, 145, 0.09);
}
#kpmg-logo {
    padding-left: 0px;
}
.message-title {
    margin: 0;
    color: #00338d;
    font-size: 40px;
    font-family: 'kpmg';
}
.message-text {
    color: #707070;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#footer {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    background: #00295f !important;
    width: 100%;
    padding: 10px 40px;
    box-shadow: 2px 2px 6px -1px #848484 !important;
}
#footer-links {
    top: -2px;
    position: relative;
}
@media (min-width: 768px) {
    #kpmg-logo {
        padding-left: 50px;
    }
}
body.blue-theme, body.blue-theme > #footer, 
body.blue-theme > #header, 
body.blue-theme > #main > div > .message-container{
    background-color: #001944 ;
}
body.blue-theme > #main > div > .message-container > .message-title{
    color:#fff;
}
body.blue-theme,
body.blue-theme > #main > div > .message-container > .message-text, 
body.blue-theme > #main > div > .message-container .blinking span, 
body.blue-theme > #footer #footer-links .m-link{
    color:#fafafa;
}

.reload-container{ font-size: 10px;}