﻿  
body {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    background-color: #d4d3d3;
}

#bgImg, #output {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: auto;
    overflow: auto;

    margin-left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

@media (min-aspect-ratio: 3096/1742) {
    #bgImg, #output {
        width: 100%;
        height: auto;
    }
}

#bgImg {
    transition: 1s all ease-in-out;
}

#btnContainer {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2%;
}

.btn {
    text-align: left;
    width: 200px;
    position: relative;
    float: left;
    clear: both;
    margin: 1px;
    border-radius: 1px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    padding: 15px 8px;
    text-decoration: none;
    line-height: 45px;
}

body:not(.isMobile) .btn {
    background-color: rgba(0, 0, 0, 0.22);
}

    .btn:hover {
        opacity: 0.8;

    }

    .btn.active {
        box-shadow: 0px 0px 10px 2px #b5e2ff;
        background-color: #b5e2ff !important;
    }

    .btn > img {
        height: 45px;
        float: left;
        margin-right: 10px;
    }

#btnLog {
    position: absolute;
    left: 2%;
    top: 5%;
    z-index: 10;
    cursor: pointer;
}

@media (max-height: 870px) {
    #btnLog {
        left: auto;
        bottom: 1%;
        right: 2%;
        top: auto;
    }
}

    #btnLog > img {
        width: 120px;
    }

    .tabletPosition {
        transform: scale(2.2) translate(-42%, -11%) !important;
        -moz-transform: scale(2.2) translate(-42%, -11%) !important;
        -webkit-transform: scale(2.2) translate(-42%, -11%) !important;
        -ms-transform: scale(2.2) translate(-42%, -11%) !important;
    }

    .serviceContainer {
        transform: scale(2.1) translate(-50%, 20%) !important;
        -moz-transform: scale(2.1) translate(-50%, 20%) !important;
        -webkit-transform: scale(2.1) translate(-50%, 20%) !important;
        -ms-transform: scale(2.1) translate(-50%, 20%) !important;
    }

