.splash {
    background-color: white;
    background-image: url('https://www.mebory.com/images/mebory_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}
.splash.fadeout{
    transition: all 2s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.grecaptcha-badge { visibility: hidden; }