﻿@media(max-width:1040px)
{
    #topo, #central, #rodape { width: 100%; padding-left:20px; padding-right:20px; box-sizing:border-box; min-width:350px; }

    #geral-topo { min-width:350px; }
    #geral-central { min-width:350px; padding-bottom:0; }
    #geral-rodape { min-width:350px; }

    .box, .boxVideo { width:100%; max-width:560px; box-sizing:border-box; }

    #divRetorno { width:unset; }
}

@media(max-width:580px)
{
    .box table input[type=text], input[type=password] { width:200px !important; }
}

@media(max-width:480px)
{
    .logo img { max-width:85px; }
    .poweredby img { max-width:120px; }
    input[type=button].btnGoogle { float:unset !important; display:block; margin:0 auto 10px auto !important; background-size:20px !important;  }
}

@media(max-width:360px)
{
    .box table input[type=text], input[type=password] { margin-left:5px; }
}
