﻿#semiTransparenDiv

{
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9999;
    display: none;
}

#evertec-logo {
    width: 80px;
    position: absolute;
    left: 48%;
    top: 32%;
}

