﻿#brandingLogo {
    display: none;
}

.formdiv {
    background-image: url('https://cdn.wheelsys.io/public/images/brands/multiproducts-vertical.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

​

#signInFields {
    top: 250px;
}

#brandColor {
    height: 80px !important;
    background-color: #a3c62c !important;
    padding-top: 10px;
}

    #brandColor:after {
        display: flex;
        height: 60px;
        left: 50%;
        /*position: relative;*/
        content: "";
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('https://cdn.wheelsys.io/public/images/brands/greenmotion.png');
    }


body {
    overflow-x: hidden;
}

.wheels-app:after {
    display: block;
    height: 150px;
    width: 103px;
    top: -20px;
    right: -20px;
    position: absolute;
    content: url('https://cdn.wheelsys.io/public/images/brands/gmleaves.png');
}




@media (max-width: 995px) {

    .formdiv {
        background-image: none;
    }

    .wheels-app:after {
        content: " ";
    }
}

/* Ipad Fixes */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .wheels-app:after {
        top: 0px;
        right: 0px;
    }

    .formdiv {
        padding-bottom: 220px;
        background-size: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .wheels-app:after {
        top: 0px;
        right: 0px;
    }

    .formdiv {
        background-size: 80%;
    }
}