.btnAcao {
    width: 100%;
}

.table_action {
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .table_action {
        text-align: left;
    }
}

.dlgLogin {
    width: 390px !important;
    height: auto !important;
}
.dlgEsqueciSenha {
    width: 600px !important;
    height: auto !important;
}
.dlgInativarUsuario {
    width: 600px !important;
    height: auto !important;
}
@media only screen and (max-width: 720px) {
    .dlgInativarUsuario {
        top: 0px !important;
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
    }
    .dlgEsqueciSenha {
        top: 0px !important;
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
    }
    .dlgLogin {
        top: 0px !important;
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
    }
}
