﻿@media (min-width: 900px) {

    body.woo-image__clientx {
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 !important;
        background-position: top right;
    }

    body.woo-image__defaultx {
        background-image: url(../Imagens/woo-bg-login-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        background-attachment:fixed;
        overflow:hidden;
    }

}

