﻿.Occcloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

.OcccloaderInner {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.Occcloader-logo {
    width: 92px;
    top: calc(50% - 30px);
    position: absolute;
    left: calc(50% - 46px);
    height: 73px;
    background-image: url('/Content/images/favicon.png');
    border-radius: 20%;
    background-repeat: no-repeat;
}

.Occcloader {
    border: 4px solid #0E3F75; /*outline*/
    border-radius: 50%;
    border-top: 4px solid #C12637;
    width: 110px;
    height: 110px;
    -webkit-animation: spin 0.3s linear infinite;
    animation: spin 0.8s linear infinite;
    box-shadow: 0 0 1px #999;
    filter: blur(0.9px);
}
