﻿.img-holder {
    width: 550px;
    background-image: url('/Content/Imagens/bg-login.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-holder-pg-ouvidoria {
    background-image: url('/Content/Imagens/background-ouvidoria.png');
}

.guia-empresa-desenvolvedora-dispositivo-movel {
    width: 2px;
    height: 15px;
    background-color: black;
}

.logo-dispositivo-movel {
    display: none;
    margin-top: -50px;
}
/* On screens that are 992px or less, set the background color to blue */
@media (max-width: 992px) {
    .logo-dispositivo-movel {
        display: block;
    }
}

