﻿body {
    margin: 0px;
    padding: 0px;
}

.bg {
    position: relative;
    background-position: 0 0;
    background-repeat: repeat;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    transform: scale(1.1);
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        position: relative;
        /*left: 0%;*/
        /*margin-left: -28px;*/
        font-size: 0%;
        background: url('/lib/cb-switch/off.png') no-repeat;
        height: 51px;
        width: 92px;
        align-content: unset;
        padding: 0 0 0 0px;
        background-size: 56px 32px;
        /*margin-top: -20px;*/
        top: -20px;
        height: 51px;
        display: inline-block;
        margin-bottom: -50px;
    }

    input[type=checkbox]:checked + label {
        position: relative;
        /*left: 0%;
            margin-left: -28px;*/
        font-size: 0%;
        background: url('/lib/cb-switch/on.png') no-repeat;
        height: 51px;
        width: 92px;
        align-content: unset;
        padding: 0 0 0 0px;
        background-size: 56px 32px;
        /*margin-top: -20px;*/
        top: -20px;
        height: 51px;
        display: inline-block;
        margin-bottom: -50px;
    }




.logo {
    top: -600px;
    position: absolute;
}

.logocontainer {
    position: absolute;
    top: -20px;
    z-index: 2;
    width: 40%;
    max-width: 275px;
    min-width: 275px;
    height: 359px;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
    filter: drop-shadow(0 18px 8px rgba(0, 0, 0, 0.2));
}

.logotextcontainer {
    position: absolute;
    top: 225px;
    z-index: 2;
    width: 40%;
    max-width: 200.78px;
    min-width: 200.78px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
    filter: drop-shadow(0 18px 8px rgba(0, 0, 0, 0.2));
}

.c-container {
    position: relative;
}


@media screen and (max-width: 767px) {
    .c-container {
        height:100px !important;
    }
    .logocontainer {
        scale: 0.5 !important;
        top: -155px;
    }
    .logotextcontainer {
        scale: 0.8 !important;
        top: 30px;
    }
    .card-pf-body{
        padding-bottom:0px !important;
    }
    body {
        line-height: 1;
    }

    #footer div:first-child{
        bottom: 25px!important;
    }
    #footer{
        font-size:13px !important;
        
    }
    #StaticLogo {
        top: -155px;
        scale: 0.5 !important;
    }
    #StaticLogoText {
        scale: 0.8 !important;
        top: -155px;
    }
    .bg{
        position:fixed !important;
    }
}