﻿.logo {
    background-image: url(/images/mattafix-logo.png);
    font-size: 0;
    width: 160px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-size: contain;
    margin-right: 20px;
}
body.watermark {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.watermark #waiting{
    width: 100%;
    height: 100%;
    background-image: url(/images/mattafix-emblem.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
.mf-signout {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background-color: rgb(255, 255, 255);
    background-image: url(/images/mattafix-emblem.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
.mf-app-disabled {
    background-image: url(/images/mattafix-emblem.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
